digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Updates video related routes to use type MENU_CALLBACK #129

Closed MarcusBarnes closed 7 years ago

MarcusBarnes commented 7 years ago

Updates video related routes to use type MENU_CALLBACK so that a link does not appear in navigation menus.

What does this Pull Request do?

Adds MENU_CALLBACK type to the video related routes. Updates the description and title of the video search route.

How should this be tested?

1) There are some known issues when changing menu types. In order to see the changes, you will need to disable Islandora Web Annotations via the module administration interface. Then clear the cache, then re-enable the module. The menus and related links should be rebuilt and you should no longer see "Create Web Annotation" in the navigation menu.

2) Do some sanity checking on video annotation functionality.

Natkeeran commented 7 years ago

Works as expected. Thank you Marcus.