updated advanced pack to 3.12.0:

Reports:

    Non-aggregated columns in Grid report export.
    Normalized table mode for 2-dimensional Grid reports.
    Ability to create internal reports via the UI.
    Ability to show/hide and resize columns in the list report result view.
This commit is contained in:
2026-02-07 16:09:20 +01:00
parent 26db904407
commit f95246f99f
384 changed files with 6184 additions and 3643 deletions

View File

@@ -1,4 +1,4 @@
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/record/edit-bottom.tpl
<div class="panel panel-default panel-conditions hidden" data-name="conditions">
<div class="panel-heading"><h4 class="panel-title">{{translate 'Conditions' scope='Workflow'}}</h4></div>
@@ -26,7 +26,7 @@ custom/modules/advanced/res/templates/workflow/record/edit-bottom.tpl
</div>
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/record/conditions.tpl
{{#if showConditionsAll}}
<div>
@@ -72,6 +72,7 @@ custom/modules/advanced/res/templates/workflow/record/conditions.tpl
.cell {
> label {
color: var(--gray-soft);
font-size: var(--font-size-small);
}
&,
@@ -164,7 +165,7 @@ custom/modules/advanced/res/templates/workflow/record/conditions.tpl
}
</style>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/record/actions.tpl
<div>
<div class="actions{{#unless readOnly}} margin margin-bottom{{/unless}} no-side-margin"></div>
@@ -199,10 +200,10 @@ custom/modules/advanced/res/templates/workflow/record/actions.tpl
}
</style>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/fields/help-text/detail.tpl
{{#if isNotEmpty}}<div class="well"><span class="complex-text">{{{value}}}</span></div>{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/field-definitions/date.tpl
{{#if readOnly}}
<span class="subject">
@@ -227,7 +228,7 @@ custom/modules/advanced/res/templates/workflow/field-definitions/date.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/field-definitions/base.tpl
{{#if readOnly}}
<div class="subject">
@@ -249,7 +250,7 @@ custom/modules/advanced/res/templates/workflow/field-definitions/base.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/conditions/enum.tpl
{{#if readOnly}}
@@ -277,7 +278,7 @@ custom/modules/advanced/res/templates/workflow/conditions/enum.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/conditions/date.tpl
{{#if readOnly}}
<span class="comparison">
@@ -314,7 +315,7 @@ custom/modules/advanced/res/templates/workflow/conditions/date.tpl
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/conditions/base.tpl
{{#if readOnly}}
<span class="comparison">
@@ -343,7 +344,7 @@ custom/modules/advanced/res/templates/workflow/conditions/base.tpl
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/condition-fields/subject-type.tpl
{{#if readOnly}}
{{translateOption value scope='Workflow' field='subjectType'}}
@@ -351,7 +352,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subject-type.tpl
<span data-field="value">{{{valueField}}}</span>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/condition-fields/shift-days.tpl
{{#if readOnly}}
{{translate shiftDaysOperator scope='Workflow'}} {{value}} {{translate 'days' scope='Workflow'}}
@@ -367,7 +368,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/shift-days.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/text-input.tpl
{{#if readOnly}}
<code>{{value}}</code>
@@ -375,7 +376,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subjects/text-in
<input type="text" class="form-control input-sm" data-name="subject" value="{{value}}">
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/field.tpl
{{#if readOnly}}
{{{listHtml}}}
@@ -383,7 +384,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subjects/field.t
<span data-field="value">{{{valueField}}}</span>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/enum-input.tpl
{{#if readOnly}}
<code>
@@ -396,7 +397,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subjects/enum-in
</code>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/update-related-entity.tpl
<div class="row">
{{#unless readOnly}}
@@ -441,7 +442,7 @@ custom/modules/advanced/res/templates/workflow/actions/update-related-entity.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/update-created-entity.tpl
<div class="row">
{{#unless readOnly}}
@@ -480,7 +481,7 @@ custom/modules/advanced/res/templates/workflow/actions/update-created-entity.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/trigger-workflow.tpl
<div class="row">
{{#unless readOnly}}
@@ -515,7 +516,7 @@ custom/modules/advanced/res/templates/workflow/actions/trigger-workflow.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/start-bpmn-process.tpl
<div class="row">
{{#unless readOnly}}
@@ -553,7 +554,7 @@ custom/modules/advanced/res/templates/workflow/actions/start-bpmn-process.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/send-request.tpl
<div class="row">
{{#unless readOnly}}
@@ -598,7 +599,7 @@ custom/modules/advanced/res/templates/workflow/actions/send-request.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/send-email.tpl
<div class="row">
{{#unless readOnly}}
@@ -708,7 +709,7 @@ custom/modules/advanced/res/templates/workflow/actions/send-email.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/run-service.tpl
<div class="row">
{{#unless readOnly}}
@@ -748,7 +749,7 @@ custom/modules/advanced/res/templates/workflow/actions/run-service.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/relate-with-entity.tpl
<div class="row">
{{#unless readOnly}}
@@ -771,7 +772,7 @@ custom/modules/advanced/res/templates/workflow/actions/relate-with-entity.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/make-followed.tpl
<div class="row">
{{#unless readOnly}}
@@ -814,7 +815,7 @@ custom/modules/advanced/res/templates/workflow/actions/make-followed.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/execute-formula.tpl
<div class="row">
@@ -839,7 +840,7 @@ custom/modules/advanced/res/templates/workflow/actions/execute-formula.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/create-notification.tpl
<div class="row">
{{#unless readOnly}}
@@ -879,7 +880,7 @@ custom/modules/advanced/res/templates/workflow/actions/create-notification.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/base.tpl
<div class="row">
{{#unless readOnly}}
@@ -929,7 +930,7 @@ custom/modules/advanced/res/templates/workflow/actions/base.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/actions/apply-assignment-rule.tpl
<div class="row">
{{#unless readOnly}}
@@ -978,7 +979,7 @@ custom/modules/advanced/res/templates/workflow/actions/apply-assignment-rule.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/update-related-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1019,7 +1020,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-related-enti
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/update-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1046,7 +1047,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-entity.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/update-created-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1078,7 +1079,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-created-enti
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/trigger-workflow.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1102,7 +1103,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/trigger-workflow.tp
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/start-bpmn-process.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1132,7 +1133,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/start-bpmn-process.
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/send-request.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1180,7 +1181,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/send-request.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/send-email.tpl
<style type="text/css">
.field-toSpecifiedTeams .list-group, .field-toSpecifiedUsers .list-group, .field-toSpecifiedContacts .list-group {
@@ -1282,7 +1283,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/send-email.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/run-service.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1323,7 +1324,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/run-service.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/relate-with-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1342,7 +1343,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/relate-with-entity.
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/make-followed.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1373,7 +1374,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/make-followed.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/execute-formula.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1384,7 +1385,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/execute-formula.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/create-related-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1417,7 +1418,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-related-enti
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/create-notification.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1453,7 +1454,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-notification
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/create-entity.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1494,7 +1495,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-entity.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-modals/apply-assignment-rule.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1544,7 +1545,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/apply-assignment-ru
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-fields/shift-days.tpl
{{#if readOnly}}
{{translate shiftDaysOperator scope='Workflow' category='labels'}} {{value}} {{translate unitValue scope='Workflow' category='labels'}}
@@ -1562,7 +1563,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/shift-days.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-fields/execution-time.tpl
{{#if readOnly}}
{{translate type scope='Workflow' category='labels'}}
@@ -1578,7 +1579,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/execution-time.tpl
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-fields/date-field.tpl
{{#if readOnly}}
({{stringValue}})
@@ -1586,7 +1587,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/date-field.tpl
<span data-field="executionField">{{{executionField}}}</span>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/workflow/action-fields/subjects/field.tpl
{{#if readOnly}}
{{{listHtml}}}
@@ -1594,15 +1595,15 @@ custom/modules/advanced/res/templates/workflow/action-fields/subjects/field.tpl
<span data-field="value">{{{valueField}}}</span>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/runtime-filters.tpl
<div class="row filters-row grid-auto-fill-xs">
<div class="row filters-row advanced-filters grid-auto-fill-xs">
{{#each filterDataList}}
<div class="filter col-sm-4 col-md-3" data-name="{{name}}">{{{var key ../this}}}</div>
{{/each}}
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/result.tpl
<div class="header page-header">{{{header}}}</div></div>
@@ -1613,12 +1614,12 @@ custom/modules/advanced/res/templates/report/result.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/reports/charts/chart.tpl
<div class="chart-container" data-type="{{type}}"></div>
<div class="legend-container"></div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/record/export-grid.tpl
<div class="cell form-group" data-name="exportFormat">
<label class="control-label" data-name="exportFormat">{{translate 'exportFormat' category='fields' scope='Report'}}</label>
@@ -1631,11 +1632,11 @@ custom/modules/advanced/res/templates/report/record/export-grid.tpl
<div class="field" data-name="column">{{{column}}}</div>
</div>
{{/if}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/record/panels/report.tpl
<div class="report-container">{{{report}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/modals/result.tpl
<div class="panel no-side-margin">
@@ -1643,7 +1644,7 @@ custom/modules/advanced/res/templates/report/modals/result.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/modals/edit-group-by.tpl
<div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form">
@@ -1663,7 +1664,7 @@ custom/modules/advanced/res/templates/report/modals/edit-group-by.tpl
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/modals/create.tpl
<div class="row">
<div class="cell cell-entityType col-sm-6 form-group">
@@ -1687,7 +1688,7 @@ custom/modules/advanced/res/templates/report/modals/create.tpl
<button class="btn btn-primary" data-action="create" data-type="List">{{translate 'Create'}}</button>
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/filters/node.tpl
<style>
.node-operator:last-child {
@@ -1723,7 +1724,7 @@ custom/modules/advanced/res/templates/report/filters/node.tpl
{{/unless}}
</ul>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/filters/container-group.tpl
<a
role="button"
@@ -1750,7 +1751,7 @@ custom/modules/advanced/res/templates/report/filters/container-group.tpl
>{{{node}}}</div>
<div>)</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/filters/container-complex.tpl
<div class="clearfix">
<a
@@ -1768,7 +1769,7 @@ custom/modules/advanced/res/templates/report/filters/container-complex.tpl
<div class="col-md-12 value-container field" data-name="value">{{{value}}}</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl
<div class="node-row">
<div class="node">{{{node}}}</div>
@@ -1790,6 +1791,7 @@ custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl
label.control-label {
color: var(--gray-soft);
margin-bottom: var(--3px);
font-size: var(--font-size-small);
}
a.remove-filter,
@@ -1838,7 +1840,7 @@ custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl
}
</style>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl
<div class="grid-auto-fill-xs filters-row"></div>
@@ -1863,6 +1865,7 @@ custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl
.control-label {
margin-bottom: var(--1px);
font-size: var(--font-size-small);
}
}
}
@@ -1872,11 +1875,11 @@ custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl
}
</style>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/filters-control/detail.tpl
<span></span>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/edit.tpl
{{#each days}}
<div>
@@ -1892,7 +1895,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/edit.
</div>
{{/each}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/detail.tpl
{{#each days}}
<div>
@@ -1905,7 +1908,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/detai
</div>
{{/each}}
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/report/fields/email-sending-time/edit.tpl
<div class="input-group">
@@ -1915,7 +1918,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-time/edit.tpl
</span>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/dashlets/options/report.tpl
<div class="no-side-margin">
<form id="dashlet-options">
@@ -1929,7 +1932,7 @@ custom/modules/advanced/res/templates/dashlets/options/report.tpl
</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/edit.tpl
<div class="row">
<div class="col-md-4">
@@ -1960,7 +1963,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/edit.t
<div class="formula-container">{{{timerFormula}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/detail.tpl
<div>
<span>{{{timerBaseTranslatedValue}}}</span>
@@ -1975,7 +1978,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/detail
{{/if}}
<div class="formula-container">{{{timerFormula}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/flows-conditions/detail.tpl
<div class="flow-list-container list-group">
{{#each flowDataList}}
@@ -2002,23 +2005,23 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/flows-condit
{{/each}}
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/conditions/detail.tpl
<div class="conditions-container">{{{conditions}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/actions/detail.tpl
<div class="actions-container">{{{actions}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart/record/panels/flowchart.tpl
<div class="cell" data-name="flowchart">
<label class="field-label" data-name="flowchart"></label>
<div class="field" data-name="flowchart">{{{flowchart}}}</div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart/modals/element-detail.tpl
<div class="record-container record no-side-margin">{{{record}}}</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/edit.tpl
<link href="{{basePath}}client/custom/modules/advanced/css/bpmn.css" rel="stylesheet">
@@ -2283,7 +2286,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/edit.tpl
<div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/detail.tpl
<style>
.flowchart-group-container.fullscreen {
@@ -2311,6 +2314,6 @@ custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/detail.tpl
<div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div>
</div>
_delimiter_13jv763vly1j
_delimiter_802adsyoqfa
custom/modules/advanced/res/templates/bpmn-flow-node/fields/element/detail.tpl
{{{value}}}