Skip to content

Commit

Permalink
fix (layout): Change layout version (#12)
Browse files Browse the repository at this point in the history
* fix (layout): Change layout version

Covers [BR-635](https://bonitasoft.atlassian.net/browse/BR-635)
  • Loading branch information
VishalThapaliya authored Jan 26, 2021
1 parent 31fc894 commit 7919ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/bonita-user-application.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<application token="userApp" version="2.1" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV6" theme="custompage_themeBonita">
<application token="userApp" version="2.2" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV7" theme="custompage_themeBonita">
<displayName>Bonita User Application</displayName>
<applicationPages>
<applicationPage customPage="custompage_UserCaseDetailsBonitaV1" token="case-details"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<web.pages.dir>web_page</web.pages.dir>
<living-app-layout-id>LayoutBonitaV6</living-app-layout-id>
<living-app-layout-id>LayoutBonitaV7</living-app-layout-id>
<user-app-caselist-id>UserCaseListBonitaV3</user-app-caselist-id>
<user-app-casedetails-id>UserCaseDetailsBonitaV1</user-app-casedetails-id>
<web.widgets.dir>web_widgets</web.widgets.dir>
Expand Down

0 comments on commit 7919ba4

Please sign in to comment.