jcu-eresearch / matrix-helpers

100% Unguessable™. Public bug tracker, pages, designs and helpers that make life in Squiz Matrix easier. The metaphorical red pill.
https://jcu-eresearch.github.io/matrix-helpers/
GNU Affero General Public License v3.0
3 stars 0 forks source link

Clarify use of short URL to link directly to a panel within Edit+ #5

Open davidjb opened 7 years ago

davidjb commented 7 years ago

Edit+ documentation isn't clear on whether a link directly to a panel using the URL fragment (hash) like https://www.jcu.edu.au/vislab/_edit?SQ_BACKEND_PAGE=main#mode=edit&screen=metadata is a supported interface. It works and the code in easyedit.min.js supports it, but having clarity on whether this will be 'officially' supported would be good.

Documentation is light on, but some info at https://matrix-manuals.squiz.net/edit-plus/chapters/javascript-plugins

davidjb commented 7 years ago

Submitted as https://squizmap.squiz.net/matrix/9704, resolution was to use https://matrix-manuals.squiz.net/releases/ees/ees-1081for a complete list. Asked for documentation to be added.

davidjb commented 7 years ago

Also, fwiw, it would be much easier to work on these issues if I could work with unminified version of the Edit+ code (eg without having to un-minify the easyedit.min.js)