-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
Fix Version/s: 7.0.0 DXP FP97, 7.0.X, 7.1.10 DXP FP21, 7.1.X, 7.2.X, 7.3.X, Master
-
Component/s: RTL Infrastructure
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Start up Liferay
- Deploy org.foo.product.menu.contributor.one-1.0.jar
- Navigate to each of the following URLs and observe that they both have the content
body { color: #000; }
- Deploy org.foo.product.menu.contributor.two-1.0.jar
- Navigate to the above URLs again
Expected behavior
Both URLs have the content
body { color: #111; }
Actual behavior
Only the non combo URL has the content
body { color: #111; }
The combo URL still has the content
body { color: #000; }
- is related to
-
LPS-117619 Deploying multiple theme contributors with the same servlet context path does not respect Liferay-Theme-Contributor-Weight
- Closed