Updatet Advanced Pack to 3.11.12

This commit is contained in:
2026-01-19 18:32:03 +01:00
parent 7ec9c48871
commit 240c939862
7 changed files with 92 additions and 81 deletions

View File

@@ -1,4 +1,4 @@
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/record/edit-bottom.tpl custom/modules/advanced/res/templates/workflow/record/edit-bottom.tpl
<div class="panel panel-default panel-conditions hidden" data-name="conditions"> <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> <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>
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/record/conditions.tpl custom/modules/advanced/res/templates/workflow/record/conditions.tpl
{{#if showConditionsAll}} {{#if showConditionsAll}}
<div> <div>
@@ -164,7 +164,7 @@ custom/modules/advanced/res/templates/workflow/record/conditions.tpl
} }
</style> </style>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/record/actions.tpl custom/modules/advanced/res/templates/workflow/record/actions.tpl
<div> <div>
<div class="actions{{#unless readOnly}} margin margin-bottom{{/unless}} no-side-margin"></div> <div class="actions{{#unless readOnly}} margin margin-bottom{{/unless}} no-side-margin"></div>
@@ -199,10 +199,10 @@ custom/modules/advanced/res/templates/workflow/record/actions.tpl
} }
</style> </style>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/fields/help-text/detail.tpl custom/modules/advanced/res/templates/workflow/fields/help-text/detail.tpl
{{#if isNotEmpty}}<div class="well"><span class="complex-text">{{{value}}}</span></div>{{/if}} {{#if isNotEmpty}}<div class="well"><span class="complex-text">{{{value}}}</span></div>{{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/field-definitions/date.tpl custom/modules/advanced/res/templates/workflow/field-definitions/date.tpl
{{#if readOnly}} {{#if readOnly}}
<span class="subject"> <span class="subject">
@@ -227,7 +227,7 @@ custom/modules/advanced/res/templates/workflow/field-definitions/date.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/field-definitions/base.tpl custom/modules/advanced/res/templates/workflow/field-definitions/base.tpl
{{#if readOnly}} {{#if readOnly}}
<div class="subject"> <div class="subject">
@@ -249,7 +249,7 @@ custom/modules/advanced/res/templates/workflow/field-definitions/base.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/conditions/enum.tpl custom/modules/advanced/res/templates/workflow/conditions/enum.tpl
{{#if readOnly}} {{#if readOnly}}
@@ -277,7 +277,7 @@ custom/modules/advanced/res/templates/workflow/conditions/enum.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/conditions/date.tpl custom/modules/advanced/res/templates/workflow/conditions/date.tpl
{{#if readOnly}} {{#if readOnly}}
<span class="comparison"> <span class="comparison">
@@ -314,7 +314,7 @@ custom/modules/advanced/res/templates/workflow/conditions/date.tpl
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/conditions/base.tpl custom/modules/advanced/res/templates/workflow/conditions/base.tpl
{{#if readOnly}} {{#if readOnly}}
<span class="comparison"> <span class="comparison">
@@ -343,7 +343,7 @@ custom/modules/advanced/res/templates/workflow/conditions/base.tpl
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/condition-fields/subject-type.tpl custom/modules/advanced/res/templates/workflow/condition-fields/subject-type.tpl
{{#if readOnly}} {{#if readOnly}}
{{translateOption value scope='Workflow' field='subjectType'}} {{translateOption value scope='Workflow' field='subjectType'}}
@@ -351,7 +351,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subject-type.tpl
<span data-field="value">{{{valueField}}}</span> <span data-field="value">{{{valueField}}}</span>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/condition-fields/shift-days.tpl custom/modules/advanced/res/templates/workflow/condition-fields/shift-days.tpl
{{#if readOnly}} {{#if readOnly}}
{{translate shiftDaysOperator scope='Workflow'}} {{value}} {{translate 'days' scope='Workflow'}} {{translate shiftDaysOperator scope='Workflow'}} {{value}} {{translate 'days' scope='Workflow'}}
@@ -367,7 +367,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/shift-days.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/text-input.tpl custom/modules/advanced/res/templates/workflow/condition-fields/subjects/text-input.tpl
{{#if readOnly}} {{#if readOnly}}
<code>{{value}}</code> <code>{{value}}</code>
@@ -375,7 +375,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}}"> <input type="text" class="form-control input-sm" data-name="subject" value="{{value}}">
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/field.tpl custom/modules/advanced/res/templates/workflow/condition-fields/subjects/field.tpl
{{#if readOnly}} {{#if readOnly}}
{{{listHtml}}} {{{listHtml}}}
@@ -383,7 +383,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subjects/field.t
<span data-field="value">{{{valueField}}}</span> <span data-field="value">{{{valueField}}}</span>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/condition-fields/subjects/enum-input.tpl custom/modules/advanced/res/templates/workflow/condition-fields/subjects/enum-input.tpl
{{#if readOnly}} {{#if readOnly}}
<code> <code>
@@ -396,7 +396,7 @@ custom/modules/advanced/res/templates/workflow/condition-fields/subjects/enum-in
</code> </code>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/update-related-entity.tpl custom/modules/advanced/res/templates/workflow/actions/update-related-entity.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -441,7 +441,7 @@ custom/modules/advanced/res/templates/workflow/actions/update-related-entity.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/update-created-entity.tpl custom/modules/advanced/res/templates/workflow/actions/update-created-entity.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -480,7 +480,7 @@ custom/modules/advanced/res/templates/workflow/actions/update-created-entity.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/trigger-workflow.tpl custom/modules/advanced/res/templates/workflow/actions/trigger-workflow.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -515,7 +515,7 @@ custom/modules/advanced/res/templates/workflow/actions/trigger-workflow.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/start-bpmn-process.tpl custom/modules/advanced/res/templates/workflow/actions/start-bpmn-process.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -553,7 +553,7 @@ custom/modules/advanced/res/templates/workflow/actions/start-bpmn-process.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/send-request.tpl custom/modules/advanced/res/templates/workflow/actions/send-request.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -598,7 +598,7 @@ custom/modules/advanced/res/templates/workflow/actions/send-request.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/send-email.tpl custom/modules/advanced/res/templates/workflow/actions/send-email.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -708,7 +708,7 @@ custom/modules/advanced/res/templates/workflow/actions/send-email.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/run-service.tpl custom/modules/advanced/res/templates/workflow/actions/run-service.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -748,7 +748,7 @@ custom/modules/advanced/res/templates/workflow/actions/run-service.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/relate-with-entity.tpl custom/modules/advanced/res/templates/workflow/actions/relate-with-entity.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -771,7 +771,7 @@ custom/modules/advanced/res/templates/workflow/actions/relate-with-entity.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/make-followed.tpl custom/modules/advanced/res/templates/workflow/actions/make-followed.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -814,7 +814,7 @@ custom/modules/advanced/res/templates/workflow/actions/make-followed.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/execute-formula.tpl custom/modules/advanced/res/templates/workflow/actions/execute-formula.tpl
<div class="row"> <div class="row">
@@ -839,7 +839,7 @@ custom/modules/advanced/res/templates/workflow/actions/execute-formula.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/create-notification.tpl custom/modules/advanced/res/templates/workflow/actions/create-notification.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -879,7 +879,7 @@ custom/modules/advanced/res/templates/workflow/actions/create-notification.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/base.tpl custom/modules/advanced/res/templates/workflow/actions/base.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -929,7 +929,7 @@ custom/modules/advanced/res/templates/workflow/actions/base.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/actions/apply-assignment-rule.tpl custom/modules/advanced/res/templates/workflow/actions/apply-assignment-rule.tpl
<div class="row"> <div class="row">
{{#unless readOnly}} {{#unless readOnly}}
@@ -978,7 +978,7 @@ custom/modules/advanced/res/templates/workflow/actions/apply-assignment-rule.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/update-related-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/update-related-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1019,7 +1019,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-related-enti
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/update-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/update-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1046,7 +1046,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-entity.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/update-created-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/update-created-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1078,7 +1078,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/update-created-enti
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/trigger-workflow.tpl custom/modules/advanced/res/templates/workflow/action-modals/trigger-workflow.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1102,7 +1102,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/trigger-workflow.tp
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/start-bpmn-process.tpl custom/modules/advanced/res/templates/workflow/action-modals/start-bpmn-process.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1132,7 +1132,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/start-bpmn-process.
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/send-request.tpl custom/modules/advanced/res/templates/workflow/action-modals/send-request.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1180,7 +1180,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/send-request.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/send-email.tpl custom/modules/advanced/res/templates/workflow/action-modals/send-email.tpl
<style type="text/css"> <style type="text/css">
.field-toSpecifiedTeams .list-group, .field-toSpecifiedUsers .list-group, .field-toSpecifiedContacts .list-group { .field-toSpecifiedTeams .list-group, .field-toSpecifiedUsers .list-group, .field-toSpecifiedContacts .list-group {
@@ -1282,7 +1282,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/send-email.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/run-service.tpl custom/modules/advanced/res/templates/workflow/action-modals/run-service.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1323,7 +1323,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/run-service.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/relate-with-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/relate-with-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1342,7 +1342,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/relate-with-entity.
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/make-followed.tpl custom/modules/advanced/res/templates/workflow/action-modals/make-followed.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1373,7 +1373,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/make-followed.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/execute-formula.tpl custom/modules/advanced/res/templates/workflow/action-modals/execute-formula.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1384,7 +1384,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/execute-formula.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/create-related-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/create-related-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1417,7 +1417,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-related-enti
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/create-notification.tpl custom/modules/advanced/res/templates/workflow/action-modals/create-notification.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1453,7 +1453,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-notification
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/create-entity.tpl custom/modules/advanced/res/templates/workflow/action-modals/create-entity.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1494,7 +1494,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/create-entity.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-modals/apply-assignment-rule.tpl custom/modules/advanced/res/templates/workflow/action-modals/apply-assignment-rule.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1544,7 +1544,7 @@ custom/modules/advanced/res/templates/workflow/action-modals/apply-assignment-ru
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-fields/shift-days.tpl custom/modules/advanced/res/templates/workflow/action-fields/shift-days.tpl
{{#if readOnly}} {{#if readOnly}}
{{translate shiftDaysOperator scope='Workflow' category='labels'}} {{value}} {{translate unitValue scope='Workflow' category='labels'}} {{translate shiftDaysOperator scope='Workflow' category='labels'}} {{value}} {{translate unitValue scope='Workflow' category='labels'}}
@@ -1562,7 +1562,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/shift-days.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-fields/execution-time.tpl custom/modules/advanced/res/templates/workflow/action-fields/execution-time.tpl
{{#if readOnly}} {{#if readOnly}}
{{translate type scope='Workflow' category='labels'}} {{translate type scope='Workflow' category='labels'}}
@@ -1578,7 +1578,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/execution-time.tpl
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-fields/date-field.tpl custom/modules/advanced/res/templates/workflow/action-fields/date-field.tpl
{{#if readOnly}} {{#if readOnly}}
({{stringValue}}) ({{stringValue}})
@@ -1586,7 +1586,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/date-field.tpl
<span data-field="executionField">{{{executionField}}}</span> <span data-field="executionField">{{{executionField}}}</span>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/workflow/action-fields/subjects/field.tpl custom/modules/advanced/res/templates/workflow/action-fields/subjects/field.tpl
{{#if readOnly}} {{#if readOnly}}
{{{listHtml}}} {{{listHtml}}}
@@ -1594,7 +1594,7 @@ custom/modules/advanced/res/templates/workflow/action-fields/subjects/field.tpl
<span data-field="value">{{{valueField}}}</span> <span data-field="value">{{{valueField}}}</span>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/runtime-filters.tpl custom/modules/advanced/res/templates/report/runtime-filters.tpl
<div class="row filters-row grid-auto-fill-xs"> <div class="row filters-row grid-auto-fill-xs">
{{#each filterDataList}} {{#each filterDataList}}
@@ -1602,7 +1602,7 @@ custom/modules/advanced/res/templates/report/runtime-filters.tpl
{{/each}} {{/each}}
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/result.tpl custom/modules/advanced/res/templates/report/result.tpl
<div class="header page-header">{{{header}}}</div></div> <div class="header page-header">{{{header}}}</div></div>
@@ -1613,12 +1613,12 @@ custom/modules/advanced/res/templates/report/result.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/reports/charts/chart.tpl custom/modules/advanced/res/templates/report/reports/charts/chart.tpl
<div class="chart-container" data-type="{{type}}"></div> <div class="chart-container" data-type="{{type}}"></div>
<div class="legend-container"></div> <div class="legend-container"></div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/record/export-grid.tpl custom/modules/advanced/res/templates/report/record/export-grid.tpl
<div class="cell form-group" data-name="exportFormat"> <div class="cell form-group" data-name="exportFormat">
<label class="control-label" data-name="exportFormat">{{translate 'exportFormat' category='fields' scope='Report'}}</label> <label class="control-label" data-name="exportFormat">{{translate 'exportFormat' category='fields' scope='Report'}}</label>
@@ -1631,11 +1631,11 @@ custom/modules/advanced/res/templates/report/record/export-grid.tpl
<div class="field" data-name="column">{{{column}}}</div> <div class="field" data-name="column">{{{column}}}</div>
</div> </div>
{{/if}} {{/if}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/record/panels/report.tpl custom/modules/advanced/res/templates/report/record/panels/report.tpl
<div class="report-container">{{{report}}}</div> <div class="report-container">{{{report}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/modals/result.tpl custom/modules/advanced/res/templates/report/modals/result.tpl
<div class="panel no-side-margin"> <div class="panel no-side-margin">
@@ -1643,7 +1643,7 @@ custom/modules/advanced/res/templates/report/modals/result.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/modals/edit-group-by.tpl custom/modules/advanced/res/templates/report/modals/edit-group-by.tpl
<div class="panel panel-default no-side-margin"> <div class="panel panel-default no-side-margin">
<div class="panel-body panel-body-form"> <div class="panel-body panel-body-form">
@@ -1663,7 +1663,7 @@ custom/modules/advanced/res/templates/report/modals/edit-group-by.tpl
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/modals/create.tpl custom/modules/advanced/res/templates/report/modals/create.tpl
<div class="row"> <div class="row">
<div class="cell cell-entityType col-sm-6 form-group"> <div class="cell cell-entityType col-sm-6 form-group">
@@ -1687,7 +1687,7 @@ custom/modules/advanced/res/templates/report/modals/create.tpl
<button class="btn btn-primary" data-action="create" data-type="List">{{translate 'Create'}}</button> <button class="btn btn-primary" data-action="create" data-type="List">{{translate 'Create'}}</button>
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/filters/node.tpl custom/modules/advanced/res/templates/report/filters/node.tpl
<style> <style>
.node-operator:last-child { .node-operator:last-child {
@@ -1723,7 +1723,7 @@ custom/modules/advanced/res/templates/report/filters/node.tpl
{{/unless}} {{/unless}}
</ul> </ul>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/filters/container-group.tpl custom/modules/advanced/res/templates/report/filters/container-group.tpl
<a <a
role="button" role="button"
@@ -1750,7 +1750,7 @@ custom/modules/advanced/res/templates/report/filters/container-group.tpl
>{{{node}}}</div> >{{{node}}}</div>
<div>)</div> <div>)</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/filters/container-complex.tpl custom/modules/advanced/res/templates/report/filters/container-complex.tpl
<div class="clearfix"> <div class="clearfix">
<a <a
@@ -1768,7 +1768,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 class="col-md-12 value-container field" data-name="value">{{{value}}}</div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl
<div class="node-row"> <div class="node-row">
<div class="node">{{{node}}}</div> <div class="node">{{{node}}}</div>
@@ -1838,7 +1838,7 @@ custom/modules/advanced/res/templates/report/fields/filters-control-2/edit.tpl
} }
</style> </style>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl
<div class="grid-auto-fill-xs filters-row"></div> <div class="grid-auto-fill-xs filters-row"></div>
@@ -1872,11 +1872,11 @@ custom/modules/advanced/res/templates/report/fields/filters-control/edit.tpl
} }
</style> </style>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/filters-control/detail.tpl custom/modules/advanced/res/templates/report/fields/filters-control/detail.tpl
<span></span> <span></span>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/edit.tpl custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/edit.tpl
{{#each days}} {{#each days}}
<div> <div>
@@ -1892,7 +1892,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/edit.
</div> </div>
{{/each}} {{/each}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/detail.tpl custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/detail.tpl
{{#each days}} {{#each days}}
<div> <div>
@@ -1905,7 +1905,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-weekdays/detai
</div> </div>
{{/each}} {{/each}}
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/report/fields/email-sending-time/edit.tpl custom/modules/advanced/res/templates/report/fields/email-sending-time/edit.tpl
<div class="input-group"> <div class="input-group">
@@ -1915,7 +1915,7 @@ custom/modules/advanced/res/templates/report/fields/email-sending-time/edit.tpl
</span> </span>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/dashlets/options/report.tpl custom/modules/advanced/res/templates/dashlets/options/report.tpl
<div class="no-side-margin"> <div class="no-side-margin">
<form id="dashlet-options"> <form id="dashlet-options">
@@ -1929,7 +1929,7 @@ custom/modules/advanced/res/templates/dashlets/options/report.tpl
</div> </div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/edit.tpl custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/edit.tpl
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
@@ -1960,7 +1960,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/edit.t
<div class="formula-container">{{{timerFormula}}}</div> <div class="formula-container">{{{timerFormula}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/detail.tpl
<div> <div>
<span>{{{timerBaseTranslatedValue}}}</span> <span>{{{timerBaseTranslatedValue}}}</span>
@@ -1975,7 +1975,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/timer/detail
{{/if}} {{/if}}
<div class="formula-container">{{{timerFormula}}}</div> <div class="formula-container">{{{timerFormula}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/flows-conditions/detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/flows-conditions/detail.tpl
<div class="flow-list-container list-group"> <div class="flow-list-container list-group">
{{#each flowDataList}} {{#each flowDataList}}
@@ -2002,23 +2002,23 @@ custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/flows-condit
{{/each}} {{/each}}
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/conditions/detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/conditions/detail.tpl
<div class="conditions-container">{{{conditions}}}</div> <div class="conditions-container">{{{conditions}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/actions/detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart-element/fields/actions/detail.tpl
<div class="actions-container">{{{actions}}}</div> <div class="actions-container">{{{actions}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart/record/panels/flowchart.tpl custom/modules/advanced/res/templates/bpmn-flowchart/record/panels/flowchart.tpl
<div class="cell" data-name="flowchart"> <div class="cell" data-name="flowchart">
<label class="field-label" data-name="flowchart"></label> <label class="field-label" data-name="flowchart"></label>
<div class="field" data-name="flowchart">{{{flowchart}}}</div> <div class="field" data-name="flowchart">{{{flowchart}}}</div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart/modals/element-detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart/modals/element-detail.tpl
<div class="record-container record no-side-margin">{{{record}}}</div> <div class="record-container record no-side-margin">{{{record}}}</div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/edit.tpl custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/edit.tpl
<link href="{{basePath}}client/custom/modules/advanced/css/bpmn.css" rel="stylesheet"> <link href="{{basePath}}client/custom/modules/advanced/css/bpmn.css" rel="stylesheet">
@@ -2283,7 +2283,7 @@ custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/edit.tpl
<div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div> <div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/detail.tpl custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/detail.tpl
<style> <style>
.flowchart-group-container.fullscreen { .flowchart-group-container.fullscreen {
@@ -2311,6 +2311,6 @@ custom/modules/advanced/res/templates/bpmn-flowchart/fields/flowchart/detail.tpl
<div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div> <div class="flowchart-container" style="width: 100%; height: {{heightString}};"></div>
</div> </div>
_delimiter_q0zhxqv742f _delimiter_13jv763vly1j
custom/modules/advanced/res/templates/bpmn-flow-node/fields/element/detail.tpl custom/modules/advanced/res/templates/bpmn-flow-node/fields/element/detail.tpl
{{{value}}} {{{value}}}

View File

@@ -41,8 +41,7 @@ class ApplyAssignmentRule extends BaseEntity
if ($target === 'process') { if ($target === 'process') {
$entity = $this->bpmnProcess; $entity = $this->bpmnProcess;
} } else if (str_starts_with($target, 'created:')) {
else if (str_starts_with($target, 'created:')) {
$entity = $this->getCreatedEntity($target); $entity = $this->getCreatedEntity($target);
} }
@@ -54,7 +53,11 @@ class ApplyAssignmentRule extends BaseEntity
return false; return false;
} }
$reloadedEntity = $entityManager->getEntity($entity->getEntityType(), $entity->get('id')); $reloadedEntity = $entityManager->getEntityById($entity->getEntityType(), $entity->getId());
if (!$reloadedEntity) {
throw new Error("Entity does not already exist.");
}
if (empty($actionData->targetTeamId) || empty($actionData->assignmentRule)) { if (empty($actionData->targetTeamId) || empty($actionData->assignmentRule)) {
throw new Error('AssignmentRule: Not enough parameters.'); throw new Error('AssignmentRule: Not enough parameters.');

View File

@@ -20,7 +20,6 @@ namespace Espo\Modules\Advanced\Core\Workflow\Actions;
use Espo\Core\Formula\Exceptions\Error; use Espo\Core\Formula\Exceptions\Error;
use Espo\Core\ORM\Entity as CoreEntity; use Espo\Core\ORM\Entity as CoreEntity;
use Espo\Core\ORM\Repository\Option\SaveContext;
use Espo\Modules\Advanced\Tools\Workflow\Core\SaveContextHelper; use Espo\Modules\Advanced\Tools\Workflow\Core\SaveContextHelper;
use stdClass; use stdClass;
@@ -43,6 +42,11 @@ class ExecuteFormula extends BaseEntity
$this->updateVariables($variables); $this->updateVariables($variables);
if (!$reloadedEntity) {
// Can be removed.
return true;
}
$isChanged = false; $isChanged = false;
$changedMap = (object) []; $changedMap = (object) [];

View File

@@ -37,6 +37,10 @@ class UpdateEntity extends BaseEntity
{ {
$reloadedEntity = $this->entityManager->getEntityById($entity->getEntityType(), $entity->getId()); $reloadedEntity = $this->entityManager->getEntityById($entity->getEntityType(), $entity->getId());
if (!$reloadedEntity) {
throw new Error("Entity does not already exist.");
}
$data = $this->getDataToFill($reloadedEntity, $actionData->fields); $data = $this->getDataToFill($reloadedEntity, $actionData->fields);
$reloadedEntity->set($data); $reloadedEntity->set($data);

View File

@@ -349,11 +349,11 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1768843792, 'cacheTimestamp' => 1768843902,
'microtime' => 1768843792.806048, 'microtime' => 1768843902.115102,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768581056, 'appTimestamp' => 1768843902,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
'latestVersion' => '9.2.7', 'latestVersion' => '9.2.7',
'userThemesDisabled' => true, 'userThemesDisabled' => true,