Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fabio martelli
syncope
Commits
2320be42
Commit
2320be42
authored
Dec 15, 2016
by
Gianluca Filippone
Browse files
Changed test choreography name
parent
5cc1530e
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/src/test/resources/domains/MasterContent.xml
View file @
2320be42
...
...
@@ -636,7 +636,7 @@ we are happy to inform you that the password request was execute successfully fo
<!-- [END] CHOReVOLUTION -->
<!-- [START Choreographies -->
<SyncopeGroup id="80b8ba87-842d-481a-b8ba-87842d681a70" name="
WP7
"
<SyncopeGroup id="80b8ba87-842d-481a-b8ba-87842d681a70" name="
In-store Marketing and Sale Choreography
"
realm_id="ea696a4f-e77a-4ef1-be67-8f8093bc8686"
creator="admin" lastModifier="admin"
creationDate="2016-07-20 11:00:00" lastChangeDate="2016-07-20 11:00:00"/>
...
...
@@ -650,7 +650,7 @@ we are happy to inform you that the password request was execute successfully fo
<GPlainAttrUniqueValue attribute_id="86eeb796-e419-4409-b5e2-7c2adb342ca4" schema_id="id" id="4a6a769e-a9c8-40f1-9746-b23d5af5a50a" stringValue="xx45671"/>
<GPlainAttr id="f82fc61f-8e74-4a4b-9f9e-b8a41f38aad9" owner_id="80b8ba87-842d-481a-b8ba-87842d681a70" schema_id="description"/>
<GPlainAttrValue attribute_id="f82fc61f-8e74-4a4b-9f9e-b8a41f38aad9" id="49f35879-2510-4f11-a901-24152f753538" stringValue="
WP7 choreography
"/>
<GPlainAttrValue attribute_id="f82fc61f-8e74-4a4b-9f9e-b8a41f38aad9" id="49f35879-2510-4f11-a901-24152f753538" stringValue="
In-store Marketing and Sale Choreography - Adaptive Customer Relationship Booster
"/>
<GPlainAttr id="f82fc61f-8e74-4a4b-9f9e-b8a41f3833d9" owner_id="80b8ba87-842d-481a-b8ba-87842d681a70" schema_id="status"/>
<GPlainAttrValue attribute_id="f82fc61f-8e74-4a4b-9f9e-b8a41f3833d9" id="49f35879-2510-4f11-a901-24152f753534" stringValue="STARTED"/>
ext/choreography/client-console/src/main/java/org/apache/syncope/client/console/pages/ChoreographyDetailPage.java
View file @
2320be42
...
...
@@ -57,7 +57,7 @@ public class ChoreographyDetailPage extends BaseExtPage {
choreography
=
restClient
.
getChoreography
(
choreographyId
);
// Set page title
body
.
add
(
new
Label
(
"header"
,
getString
(
"choreography"
)
+
" "
+
choreography
.
getName
()));
body
.
add
(
new
Label
(
"header"
,
choreography
.
getName
()));
body
.
add
(
BookmarkablePageLinkBuilder
.
build
(
"dashboard"
,
"dashboardBr"
,
Dashboard
.
class
));
body
.
add
(
BookmarkablePageLinkBuilder
.
build
(
"choreographyBr"
,
ChoreographyPage
.
class
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment