Page MenuHomeIn-Portal Phabricator

INP-1543 - Return detected theme/language ID immediately from "getPassedID" method
ClosedPublic

Authored by alex on Mar 19 2016, 4:13 AM.

Details

Test Plan
  1. login to Admin Console
  2. go to ConfigurationWebsiteAdvanced section
  3. uncheck Enable SEO-friendly URLs mode (MOD-REWRITE) checkbox and save changes
  4. go to ConfigurationWebsiteRegional section
  5. ensure that at least 2 enabled languages are present and English language is set as primary
  6. go to ConfigurationWebsiteThemes section
  7. ensure, that advanced and default themes are enabled and advanced theme is set as primary
  8. go to Front-End by removing /admin/.... part from url (important not to have index.php in resulting url)
  9. confirm, that English language and advanced theme were used
  10. click on Home icon in top menu
  11. confirm, that URL ends up with ?env=-index:m0-1-X-Y-s- where:
    • X matches ID of English language
    • Y matches ID of advanced theme
  12. change X in above URL to match ID of any other enabled language
  13. confirm, that specified language was used instead of primary one
  14. change Y in above URL to match ID of any other enabled theme
  15. confirm, that specified theme was used instead of primary one

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 500.Mar 19 2016, 4:13 AM
alex retitled this revision from to INP-1543 - Return detected theme/language ID immediately from "getPassedID" method..
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1543.
alex retitled this revision from INP-1543 - Return detected theme/language ID immediately from "getPassedID" method. to INP-1543 - Return detected theme/language ID immediately from "getPassedID" method.Mar 19 2016, 4:13 AM
alex edited edge metadata.
glebs accepted this revision.Apr 19 2016, 2:07 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Apr 19 2016, 2:07 AM
This revision was automatically updated to reflect the committed changes.