-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.4.1 CE GA2, 7.4.13 DXP GA1, Master
-
Component/s: Sites Administration > Sites
-
Git Pull Request:
-
QA Test Score:8
Info/Context:
The old Settings portlet allowed site administrators to configure a given site. This portlet had a traditional UI. LPS-102441 has introduced a new way of doing site-level configuration, which leverages the configuration infrastructure already present for Instance Settings and System Settings. This makes site-level configurability much easier for developers. However, at this point there are two separate applications to change the settings which does not make sense for users.
The goal of this story is to merge both applications. This will be achieved by breaking the old settings portlet in pieces and placing them within categories in the new settings application UI.
-
Given a Liferay installation with a site with a modified configuration defined in Configuration > Settings
When upgrading to 7.4
Then all the configuration is preserved
-
Given a new site is created
When a site administrator accesses the new site settings application
Then all the configuration has the default values (same as current default config. values) and organized as follow: see mapping doc below
-
Given a site with no custom settings
When a virtual instance administrator changes the default values for site-level configuration in Instance Settings
Then the new settings are applied to the site
-
Given a site with no custom settings
When a site administrator changes any of the configuration settings
Then the new settings work as expected within the site
-
See old to new config mapping: here
Technical notes
A first step could be to convert the entire form into a ConfigurationScreen. After this, identify parts of the big form that are already backed by Configuration interfaces and use the UI generation. In some cases it might be necessary to use custom ConfigurationScreens to be able to keep the existing UI (if it's clearly better than the auto-generated one).
Test Scenarios
Test Scenarios | Test Strategy | Kind of test | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd ? (unit or integration) | Could it be covered by POSHI? |
---|---|---|---|---|---|
View the custom site settings are kept after upgrade from 7.3 | High | Manual | TBD | TBD | Yes |
The changes of site scope configuration in Instance Settings should be applied to the site | High | Manual | TBD | TBD | Yes |
- depends on
-
LPS-124671 As an Admin I need the new site setting to be enabled so that authorized users can access it
-
- Closed
-
- is related to
-
LPS-132533 LPS-102711 - Product QA | Test Automation Creation
-
- Closed
-
- mentioned in
-
Page Loading...