Thanks Alexei and Vincent. I did have the console open, and no errors appeared there, nor in the django dev server. Also nothing in logs/application.txt. So I was wondering if there is anything special about the way file uploads are handled for INFORMATION_RESOURCE.E73 resources that would cause the steps I described above not to work.
Taking a look at pycharm now. Adam On Fri, Jul 22, 2016 at 11:20 AM, Alexei Peters <[email protected]> wrote: > Hi Adam, > I've recently come across the IDE called PyCharm ( > https://www.jetbrains.com/pycharm/). It comes with a graphical debugger > which can be very useful. It allows you to step through your code > line-by-line. > Check it out, it may help you solve your issue. I've used it a few time > successfully myself. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Wed, Jul 20, 2016 at 6:06 AM, Vincent Meijer <[email protected]> wrote: > >> Just a thought, but did you check the browser console for any javascript >> errors? I use Firefox's Firebug plugin for this. >> >> Vincent >> >> >> On Friday, 15 July 2016 12:02:08 UTC-4, Adam Cox wrote: >>> >>> I've been to trying in vain to allow a new resource type to upload >>> images. I started off with a more complex idea, but at this point I've >>> just recreated the exact FILE_PATH.E62 and THUMBNAIL.E62 nodes as they >>> exist in the INFORMATION_RESOURCE.E73 graph, and am using the same file >>> upload form, where the only change I had to make was the dataKey, from >>> "INFORMATION_RESOURCE.E73" to "FIELD_INVESTIGATION.E7" which is the name of >>> the new resource. I made this an if statement in the form class and in the >>> javascript. However, the branch is not saving, even though the file upload >>> form seems to work properly in the new resource type. No errors are thrown, >>> the branch is just not saved at all. >>> >>> Any thoughts would be appreciated. >>> >>> Adam >>> >> -- >> -- To post, send email to [email protected]. To >> unsubscribe, send email to [email protected]. >> For more information, visit >> https://groups.google.com/d/forum/archesproject?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Arches Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
