OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.43k stars 2.4k forks source link

[Workflows] Http Request Event should not store tenant prefix #4112

Open jptissot opened 5 years ago

jptissot commented 5 years ago

When exporting a workflow with the Http Request Event, the url is exported with the tenant prefix. We have to manually edit the exported json to remove the prefix. It would be better if the tenant prefix was not stored.

jptissot commented 5 years ago

After investigating, I realized that the tenant prefix is not even used by the workflow. However, the HttpRequest Activity token needs to be generated on the tenant itself. So I suggest to do the following improvements: