You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopping my debugging for the day and noting the issue here so I don't forget:
In the Standard_Forms path, both MAPPING-GIS FORMS and WEATHER Forms contain a file named Hurricane Report.txt. forms#findFormFromURI returns paths with first path matching the text file.
When forms#RenderForm calls forms#findFormFromURI, forms#findFormFromURI returns a form containing the first path with Hurricane Report.txt in it. In this case, it is incorrectly returning MAPPING-GIS FORMS/..., and the form#TextFileURI, form#InitialURI, and form#ViewerURI are incorrect. In this case it should be returning paths with WEATHER Form/...
Thus, we/I need to figure out how to ensure we return correct path when there are duplicate file names in different paths.
There seems to be a problem with the Hurricane form not opening back up once attached.
STR
Result:
Expected result:
Looking at the saved message on the file system, it does contain the form
Possible that the form name having white spaces is messing things up.
The text was updated successfully, but these errors were encountered: