-
Notifications
You must be signed in to change notification settings - Fork 496
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
Templates: When inherit from parent, does not indicate which is default. #850
Comments
default button doesn't appear when you inherit templates from a parent dataverse; still need an indicator that there is a default template set based off the parent dataverse. users can choose to change the default template from the one set at the parent dv that they've inherited. |
Fixed in recent check in (8/27 5:15) |
This works as explained off ticket: if no local default set and include parent is checked, displays parent's default. One minor issue is that if default changes at the parent level since dv initially created or include checked, default state not also updated. Had similar issue with new templates at one point. So maybe just read fresh each time or is that too costly? |
As discussed with Kevin, the logic for setting the default at the child level when "Include" is selected only gives the child the parent's default when the child's default is blank. Setting the child's default because the parent's default changed was not contemplated - seems like that could be an enhancement. |
Tested on 9/8 |
The issue was that the default template was not being wiped out if the default was inherited, but the user decided not to inherit. Fix available in next build |
OK, retested and now works: check/uncheck/check inherit from parent with change of default in the middle is reflected in child default. Closing |
updated text for this workflow to be more user friendly. Issue #2722
When inherit from parent, does not indicate which is default.
The text was updated successfully, but these errors were encountered: