I have identified a few more issues and been able to correct them.
-
Clicking on pages within the menu as opposed to full refresh on the same page, some elements such as list -> select items to delete, click delete, the modal not appearing requesting password to ensure you want to do this. On full refresh to link it worked. On clicking from the menu it didn’t. Fixed by causing reinitialization.
-
Import elements didn’t return proper notification items. Similarly warnings and info notifications always assumed error. This has been fixed
-
Added rudimentary file upload progress system. Will be working to implement a progress indicator.
-
Creating images when entering the name, the path didn’t auto populate. This has been re-implemented.
-
Snapin file uploads were already set to be operational, but did not work due to typo on the POST field to send up the files. Renamed and introduced.
-
Host export didn’t properly indicate the primac field. It didn’t even pull in the Mac at all and the values were improper. The host name appeared in description, and name field was the spot Mac was trying to populate. Added the primac field and properly pulling the data now.
-
Along with the reinitialization for the modal requesting passwords, this same reinitialization was causing table populating to be reinitialization and throw an error as it already existed. Set to retrieve so not to throw the error.