-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't copy content #110
Comments
@henry296 That's unexpected. Do you see any errors in your web browser's console? |
I see the following error: Script5007: Unable to get property ‘description’ of undefined or null reference. This is using Internet Explorer. [cid:[email protected]]http://www.dickssportinggoods.com/home/index.jsp Todd Henry [cid:[email protected]]http://www.facebook.com/dickssportinggoods[cid:[email protected]]https://twitter.com/DICKS From: nheminger [mailto:[email protected]] @henry296https://github.com/henry296 That's unexpected. Do you see any errors in your web browser's console? — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
@henry296 Okay, thanks. Does the debugger highlight a certain line of text? Can you attach a screenshot? |
Here is the screenshot: [cid:[email protected]] From: nheminger [mailto:[email protected]] @henry296https://github.com/henry296 Okay, thanks. Does the debugger highlight a certain line of text? Can you attach a screenshot? — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
@henry296 Unfortunately that screenshot got removed by github. Can you login to github and do a "reply" and paste in the screenshot there? |
@henry296 Yes, that came through thanks. Can you click on the "main.js line 2 character 1506" line and then screenshot where it takes you? I I am trying to narrow down what line of the code may be breaking. |
@henry296 Are you able to test with a different browser like Chrome or Firefox? This app does not like IE. 😄 |
What was displayed is too big to screenshot, but here is the code that appeared. /*! ago-assistant 2.2.5 */ From: Henry, Todd Here is the screenshot: [cid:[email protected]] From: nheminger [mailto:[email protected]] @henry296https://github.com/henry296 Okay, thanks. Does the debugger highlight a certain line of text? Can you attach a screenshot? — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
@henry296 Yes as @ecaldwell wrote, trying it in Chrome or Firefox would be helpful and might give us a better error message. Also, what OS are you using? If you are using a recent version of windows, try going to "Start" and then using the search bar to search for "Snipping Tool". Then you can do a screenshot snip of just the part of the code that is highlighted in red so that the screenshot isn't too large. That way I can tell which part of the code has the error. |
@henry296 Great, I think that is enough information for now in order for me to investigate. Thanks! |
Are you trying to copy a Feature Service by chance? I patched a bug today (#109) where copying Feature Services would silently fail. |
No, I’m trying to copy a Web Map. [cid:[email protected]]http://www.dickssportinggoods.com/home/index.jsp Todd Henry [cid:[email protected]]http://www.facebook.com/dickssportinggoods[cid:[email protected]]https://twitter.com/DICKS From: Evan Caldwell [mailto:[email protected]] Are you trying to copy a Feature Service by chance? I patched a bug today (#109#109) where copying Feature Services would silently fail. — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
I'm also curious about your workflow. You're just trying to duplicate a web map that you own (copy from one folder to another). You could open the web map in the web viewer, then save as to make a duplicate. |
Evan, I always forgetting about doing a save as with my web map. The next step of my workflow is to update the service URLs so I’ve defaulted to AGO Assistant. Also, when I normally do this process, I’m migrating multiple items but for today, it is just the one item. [cid:[email protected]]http://www.dickssportinggoods.com/home/index.jsp Todd Henry [cid:[email protected]]http://www.facebook.com/dickssportinggoods[cid:[email protected]]https://twitter.com/DICKS From: Evan Caldwell [mailto:[email protected]] I'm also curious about your workflow. You're just trying to duplicate a web map that you own (copy from one folder to another). You could open the web map in the web viewer, then save as to make a duplicate. — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
@ecaldwell Could it be #4ba6890178a684d3fa826cea94a41c4cb2fd1f4e on line 1068 where the call to portal.cacheItem(description); is removed have something to do with the error? |
Definitely. It appears I introduced a new bug with #109. Working on a fix now. |
It's live now on the site, but you may need to clear your cache. GIve it a shot. |
Evan, Thanks for the quick fix. I was able to copy the web map today. [cid:[email protected]]http://www.dickssportinggoods.com/home/index.jsp Todd Henry [cid:[email protected]]http://www.facebook.com/dickssportinggoods[cid:[email protected]]https://twitter.com/DICKS From: Evan Caldwell [mailto:[email protected]] It's live now on the site, but you may need to clear your cache. GIve it a shot. — The information contained in this message and any attachments (collectively, the "Transmission") from Dick's Sporting Goods, Inc. or one of its subsidiaries contains confidential information and is intended solely for the named recipient(s). If you are not a named recipient, you are prohibited from copying, distributing or using this Transmission. Please contact the sender immediately by returning the e-mail and deleting the original Transmission. |
Thanks for bringing it to my attention. I'll try to stop breaking existing features. |
I'm trying to copy content from one folder to another in my account. I can see the content in AGO Assistant in white in the new folder, but it doesn't appear in my AGO account. I did notice that the file never turns green when I try to drop it in the dotted box.
The text was updated successfully, but these errors were encountered: