Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

v_template.phpv_connections_collection.phpv_credentials_collection.phpv_fields_collection.phpv_locations_collection.phpv_networks_collection.phpv_orgs_collection.phpv_scripts_collection.php.

 

Fix for Device Attachments (2017-02-23)

There are bugs when creating, reading, updating and deleting attachments in 1.12.10.1. Add the files as below into the correct directories to fix this issue.

/open-audit/code_igniter/application/controllers/devices.php

/open-audit/code_igniter/application/controllers/main.php

/open-audit/code_igniter/application/models/m_devices.php

/open-audit/code_igniter/application/views/theme-bootstrap/v_devices_create_form_attachment.php

/open-audit/code_igniter/application/views/theme-bootstrap/v_devices_read.php

/open-audit/code_igniter/application/views/theme-tango/v_display_inc_summary.php

The files are below:

devices.phpmain.php, m_devices.phpv_devices_create_form_attachment.phpv_devices_read.phpv_display_inc_summary.php.