You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix:retrieve correctly the renamed space - EXO-61820 (#253)
Prior to this fix, we could not attach files nor create forms for a process that is managed by a renamed space because the group Id of the space was calculated based on the remoteId which changes when the space is renamed.
This fix retrieves correctly the space by calling Space Rest API instead of calculating the group of the space based on its remoteId
Copy file name to clipboardexpand all lines: processes-webapp/src/main/webapp/vue-app/processes/components/attachments-integration/ProcessesAttachments.vue
0 commit comments