Skip to content
Snippets Groups Projects
Commit 5c7cf16e authored by Hermann's avatar Hermann
Browse files

add embeddings for editView

parent 2647ea53
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ export default class EditView extends ItemView {
* - bind(attrs): binds a form-field against this.data
* - submit
*/
constructor(vnode, resource, valid = true) {
super(resource);
constructor(vnode, resource, embedded, valid = true) {
super(resource, embedded);
this.changed = false;
// state for validation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment