mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
remove leading slash from model identifiers
This commit is contained in:
parent
bf7c689874
commit
3534a8b54b
@ -294,7 +294,6 @@ class ProcessInstanceProcessor:
|
|||||||
|
|
||||||
# we want this to be the fully qualified path to the process model including all group subcomponents
|
# we want this to be the fully qualified path to the process model including all group subcomponents
|
||||||
current_app.config["THREAD_LOCAL_DATA"].process_model_identifier = (
|
current_app.config["THREAD_LOCAL_DATA"].process_model_identifier = (
|
||||||
f"{process_instance_model.process_group_identifier}/"
|
|
||||||
f"{process_instance_model.process_model_identifier}"
|
f"{process_instance_model.process_model_identifier}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user