Skip to content

Commit

Permalink
feat(app token): update app token so that there may not be any confli…
Browse files Browse the repository at this point in the history
…ct with an existing app while migrating

* add Bonita suffix like for pages tokens
  • Loading branch information
abirembaut committed May 31, 2021
1 parent d1a41c7 commit a2b9e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonita-distrib/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.2" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_layoutBonita" theme="custompage_themeBonita">
<application token="userAppBonita" version="2.2" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_layoutBonita" theme="custompage_themeBonita">
<displayName>Bonita User Application</displayName>
<iconPath>bonita-user-application.png</iconPath>
<applicationPages>
Expand Down

0 comments on commit a2b9e6b

Please sign in to comment.