OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/inplace-edit/directives/work-package-field/work-package-field.directiv...

7 lines
337 B

<div id="work-package-{{ field.name }}"
class="work-package-field work-packages--details--{{ field.name }}">
<inplace-editor-main-pane>
<inplace-editor-display-pane></inplace-editor-display-pane>
<inplace-editor-edit-pane ng-if="field.isEditable()"></inplace-editor-edit-pane>
</inplace-editor-main-pane>
</div>