-
Notifications
You must be signed in to change notification settings - Fork 66
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
[BETA FEEDBACK] uSync dashboard ignores default handler configuration #599
Comments
On further research, I noticed that all options configured for the uSync:Sets:Default are honored by the backend events (i.e. saving a DataType) but ignored by the dashboard. This means that the action buttons (i.e. Export) ignore the settings as well! If you set this in appsettings.json
And then look at the Settings in the dashboard, you see this: ... which mean that the settings are being ignored. I'm submitting a PR to fix it: #601 |
Looks like my PR fixes the dashboard visualization (settings are correctly displayed) but the backend actions (Export) are still ignoring the Default Handler config. Back to the lab for further research. |
Found! the fixed handler set needed to be passed back to the Perform action. |
Package Version
14.0.0-beta001
I found an inconsistent behavior when UseFlatStructure = false
Note that when UseFlatStructure = true (default), the behavior is correct and consistent with v9:
I will try to find the issue in code and submit a PR
The text was updated successfully, but these errors were encountered: