remove leading slash from model identifiers

This commit is contained in:
burnettk 2022-11-09 12:46:39 -05:00
parent bf7c689874
commit 3534a8b54b
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ class ProcessInstanceProcessor:
# 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 = (
f"{process_instance_model.process_group_identifier}/"
f"{process_instance_model.process_model_identifier}"
)