@camunda/linting 3.26.0 → 3.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -303,14 +303,11 @@ export function getEntryIds(report) {
|
|
|
303
303
|
return ids;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
if (isExpressionValueNotAllowedError(data, 'priority', 'zeebe:PriorityDefinition')
|
|
306
|
+
if (isExpressionValueNotAllowedError(data, 'priority', 'zeebe:PriorityDefinition')
|
|
307
|
+
|| isExtensionElementNotAllowedError(data, 'zeebe:PriorityDefinition', 'bpmn:UserTask')) {
|
|
307
308
|
return [ 'priorityDefinitionPriority' ];
|
|
308
309
|
}
|
|
309
310
|
|
|
310
|
-
if (isExtensionElementNotAllowedError(data, 'zeebe:PriorityDefinition', 'bpmn:UserTask')) {
|
|
311
|
-
return [ 'priorityDefinition' ];
|
|
312
|
-
}
|
|
313
|
-
|
|
314
311
|
if (isPropertyError(data, 'propagateAllParentVariables', 'zeebe:CalledElement')) {
|
|
315
312
|
return [ 'propagateAllParentVariables' ];
|
|
316
313
|
}
|