New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Diagram page from template doesn't work anymore #172
Comments
* modified TemplatProvider to display the Diagram template anywere, but to make it preselected inside the Diagram space
Actually, the issue was never fixed. For the actual fix: the easiest fix seems to be to add the "Use creation restrictions as suggestions" to the current settings, so that the Diagram space is only a suggestion but not a restriction. However, this would create the following interaction:
This is not the behaviour we used to have before: before, you could just choose the Diagram template and the page was simply created in the current path. This is the desired behaviour, we should try to obtain this. |
Before the upgrade to 9.11 parent there was a small app that preselected the template #13 (diagram template was available on all spaces and the app made it preselected inside Diagram space), but it was removed since it's purpose was just to be a workaround for an issue with template provider on an older version.
|
I don't understand, I specifically asked for that to not happen (having to change the parent back every time), so at least for me that's a -1. |
I just wanted to underline the fact that if we don't want the outcome of the fix that you suggested, the only fix is to add back the dependency to Default Page Template Application. (until there is a way to specify from Template Provider the spaces where you want the template to be preselected) |
* added back application-defaultPageTemplate dependency; this is done since removing it and providing the functionality from TemplateProvider had side effects
I added back the dependency to application-defaultPageTemplate to avoid any side effects |
Up to version 1.15.1 there was the possibility to create a diagram with "Create" -> "Diagram"
From the version 1.15.2 the Diagram Template is not visible in the list.
Version 1.15.1


Version 1.15.2
The text was updated successfully, but these errors were encountered: