Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nodejs-modules
dmx-detail-panel
Commits
125e3556
Commit
125e3556
authored
Dec 10, 2020
by
Jörg Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt to `dmx-api` (newFormModel() operates in-place)
See
dmx-platform/dmx-platform#413
parent
65de5e2d
Pipeline
#11826
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/components/dm5-info-tab.vue
src/components/dm5-info-tab.vue
+1
-1
No files found.
src/components/dm5-info-tab.vue
View file @
125e3556
...
...
@@ -58,7 +58,7 @@ export default {
this
.
objectToEdit
=
undefined
// reset dirty state, see isDirty()
return
this
.
object
}
else
{
this
.
objectToCompare
=
this
.
type
.
newFormModel
(
this
.
object
)
this
.
objectToCompare
=
this
.
type
.
newFormModel
(
this
.
object
.
clone
()
)
this
.
objectToEdit
=
this
.
objectToCompare
.
clone
()
return
this
.
objectToEdit
}
...
...
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