Page MenuHomeIn-Portal Phabricator
  • Changed Files
  • branches/5.2.x/core/admin_templates/js/script.js

INP-1468 - Automatically generate popup window titles in Admin Console
ClosedPublic

Authored by alex on Aug 28 2015, 4:39 AM.

Details

Test Plan
NOTE: Replace {Site Name} with value of Website name setting in ConfigurationWebsiteGeneral section.

Part 1

  1. set Editing Window Style setting in ConfigurationWebsiteAdvanced to Same Window
  2. re-login to Admin Console
  3. go to Website & ContentLabels & Phrases section
  4. confirm, that browser tab title is: Labels & Phrases - Admin Console - {Site Name}
  5. open any label for editing
  6. confirm, that browser tab title is: Editing Phrase {Label} - Admin Console - {Site Name}

Part 2

  1. set Editing Window Style setting in ConfigurationWebsiteAdvanced to Popup Window
  2. re-login to Admin Console
  3. go to Website & ContentLabels & Phrases section
  4. confirm, that browser tab title is: Labels & Phrases - Admin Console - {Site Name}
  5. open any label for editing
  6. confirm, that:
    • opened popup window title is: Editing Phrase {Label} - Admin Console - {Site Name}
    • main window (from which popup was opened) title hasn't changed

Part 3

  1. set Editing Window Style setting in ConfigurationWebsiteAdvanced to Modal Window
  2. re-login to Admin Console
  3. go to Website & ContentLabels & Phrases section
  4. confirm, that browser tab title is: Labels & Phrases - Admin Console - {Site Name}
  5. open any label for editing
  6. confirm, that browser tab title is: Editing Phrase {Label} - Admin Console - {Site Name}

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 265.Aug 28 2015, 4:39 AM
alex retitled this revision from to INP-1468 - Popup window title is never updated.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1468.
glebs accepted this revision.Sep 11 2015, 1:56 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Sep 11 2015, 1:56 AM
alex updated this revision to Diff 341.Sep 27 2015, 5:41 AM
alex edited edge metadata.

CS fix

This revision was automatically updated to reflect the committed changes.
alex added a project: Restricted Project.Mar 10 2016, 5:47 AM
alex retitled this revision from INP-1468 - Popup window title is never updated to INP-1468 - Automatically generate popup window titles in Admin Console.Jul 16 2016, 7:09 AM