Comment 5 for bug 1656036

Revision history for this message
Bill Erickson (berick) wrote :

Updated branch pushed:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1656036-webstaff-tab-titles

From the commit:

==
Support page/tab titles applied by page controllers. This makes it possible for titles to change as the script-driven UI changes.

Includes implementations for applying dynamic titles to the patron UI and bib details pages, consistent with the XUL client.

Apply a title dynamically within a controller like so:

$scope.$root.pageTitle = egCore.strings.MY_TITLE_STRING;
==

Following Kathy's suggestion, this also moves the dynamic portion of the title to the front of the string. This affects all titles, even those applied statically within the template.

The patch does not include dynamic titles universally (Create MARC, Acquisitions, etc.). Full coverage will be a big task. I propose we open new bug(s) for these so we can get what we have now into the codebase sooner than later.