Skip to content
Snippets Groups Projects
Commit 562cc586 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

element-form: info about user profile available in the dom

parent 1f63f4b1
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,7 @@ class ElementFormController extends GoGoController
'config' => $configService->getConfig(),
'imagesMaxFilesize' => $this->detectMaxUploadFileSize('images'),
'filesMaxFilesize' => $this->detectMaxUploadFileSize('files'),
'isOwner' => $isUserOwnerOfValidElement
]);
}
......
{{ form_start(form, {'id': 'formElement'}) }}
<div id="element-form-content">
<div id="element-form-content" class="{{ editMode ? 'edit' : 'new' }} {{ isOwner ? 'by-owner' : ''}} {{ isAllowedDirectModeration ? 'by-admin' : '' }}">
<section>
{% include "element-form/form-renderer.html.twig" %}
</section>
......
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