rajalakshmys-27 opened a new pull request, #3582: URL: https://github.com/apache/incubator-kie-tools/pull/3582
When opening a BPMN diagram in the editor and checking the **ID & Namespace** panel, the auto-generated namespace previously contained an extra `/` character before the GUID. For example: ``` https://kie.apache.org/bpmn//_4E6C3E... ``` This has been corrected so that the namespace now follows the expected format: ``` https://kie.apache.org/bpmn/_<GUID> ``` - Removed redundant `/` in auto-generated namespace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
