The code was changed so the plugin notification templates were compared to the app templates by content ( used to be modified date ) which in theory is good. But there seems to be something wrong here as each file is shown as different unless copied directly from the app directory.
Possible causes:
Windows vs Linux return carriage ? But note I see the same issue on Ubuntu and Windoze
extra line at the end created when editing the file? Although the issue occurs even after a fresh plugin install.
Poor code ... very likely :)
See getModifiedStatus() in the controller .... that's likely where the issue is.
The code was changed so the plugin notification templates were compared to the app templates by content ( used to be modified date ) which in theory is good. But there seems to be something wrong here as each file is shown as different unless copied directly from the app directory.
Possible causes:
- Windows vs Linux return carriage ? But note I see the same issue on Ubuntu and Windoze
- extra line at the end created when editing the file? Although the issue occurs even after a fresh plugin install.
- Poor code ... very likely :)
See `getModifiedStatus()` in the controller .... that's likely where the issue is.
The code was changed so the plugin notification templates were compared to the app templates by content ( used to be modified date ) which in theory is good. But there seems to be something wrong here as each file is shown as different unless copied directly from the app directory.
Possible causes:
See
getModifiedStatus()
in the controller .... that's likely where the issue is.fixed in /ominz/OMITemplateModder/src/bugfix_issue_1_and_2