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
The number of Exports are starting to get unwieldy.
Add support for directories.
If a directory exists, start a new unordered list element. All PHP files under it will follow the same naming rules as files in the parent directory and be listed with li elements in the parent UL
The text was updated successfully, but these errors were encountered:
When you do this, you will need to also change how the mfcs-exports repository is structured.
That repository is git pulled to the server and put in place with symlinks. All of those symlinks will need to be updated. Also, this will affect the sym links were the actual export data is being stored. (potentially).
I would HIGHLY recommend that instead of doing all those symlink changes by hand that you write an ansible script to handle the changes for you. that way, when there are new exports too setup, the ansible script can be updated and re-run to ensure everything is correct/set ... and will lead to an easier, more consistent way to handle these updates in the future.
The number of Exports are starting to get unwieldy.
Add support for directories.
If a directory exists, start a new unordered list element. All PHP files under it will follow the same naming rules as files in the parent directory and be listed with li elements in the parent UL
The text was updated successfully, but these errors were encountered: