Open pavelfomin opened 9 years ago
Terribly sorry for the late reply!
That should absolutely be doable. As you say, it should only be a matter of using another groupId
. I've no idea how to figure out that id, but I bet there's an API for it.
However - I'm completely swamped right now and truth be told, I most probably won't have time to look at it for another couple of weeks. If anyone wants to take a swing at it, the calls which needs to be changed are most probably in download.js
When
staging
feature is enabled in the site settingsddmtool
publishes to thelive
version of the site instead ofstaging
. We used the tool until thestaging
feature was enabled but could not use it after that and had to manually apply the template changes instaging
version of the site. The template changes then would get published to thelive
version of the site with the rest of the content.The enhancement would be to use a different
group id
associated with thestaging
version of the site instead of thegroup id
associated with thelive
version.