Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bonita-studio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
bonita
bonita-studio
Commits
66fc42e5
Commit
66fc42e5
authored
Oct 23, 2017
by
Romain Bioteau
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into dev
Conflicts: community/pom.xml subscription/pom.xml
parents
ec4da4ff
ba74202b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bundles/plugins/org.bonitasoft.studio.migration/src/org/bonitasoft/studio/migration/custom/migration/DependenciesCopyCustomMigration.java
...ion/custom/migration/DependenciesCopyCustomMigration.java
+3
-0
No files found.
bundles/plugins/org.bonitasoft.studio.migration/src/org/bonitasoft/studio/migration/custom/migration/DependenciesCopyCustomMigration.java
View file @
66fc42e5
...
...
@@ -91,6 +91,9 @@ public class DependenciesCopyCustomMigration extends CustomMigration {
protected
Instance
newCleanedDocumentDependency
(
final
Instance
refElement
,
final
Model
model
)
{
final
Instance
newInstance
=
model
.
newInstance
(
refElement
.
getEClass
());
newInstance
.
set
(
"name"
,
refElement
.
get
(
"name"
));
if
(
newInstance
.
getEClass
().
getEStructuralFeature
(
"multiple"
)
!=
null
)
{
newInstance
.
set
(
"multiple"
,
refElement
.
get
(
"multiple"
));
}
return
newInstance
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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