For some reason, "click to add" links for new source files are showing up without the page attribute, so they're adding the file without a page location. Why?!
In the code it's checking for an 'is_definition' value, and putting the page attribute conditionally if that's set (to weed out source file declarations such as \<source-file filename="stored-somewhere-else.jpg/">). But it's not getting set anywhere. Where did it go??</source-file>
I've made the problem go away by including the page unconditionally, since those declarations were only useful for implicit projects, which we don't have any more. But I want to find out what happened before I close this bug, because there might be something weird going on, because why would this suddenly start happening?
Last edit: Lee Worden 2012-10-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the code it's checking for an 'is_definition' value, and putting the page attribute conditionally if that's set (to weed out source file declarations such as \<source-file filename="stored-somewhere-else.jpg/">). But it's not getting set anywhere. Where did it go??</source-file>
I've made the problem go away by including the page unconditionally, since those declarations were only useful for implicit projects, which we don't have any more. But I want to find out what happened before I close this bug, because there might be something weird going on, because why would this suddenly start happening?
Last edit: Lee Worden 2012-10-24