Replies: 1 comment 7 replies
-
Should be fixed for the next release. To get this early, run |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed a couple odd behaviors due to a form having been exported from a development environment and imported into a production environment, therefore having different IDs / UIDs in each.
In my development environment, I have the last few sources of the Submissions index arranged like this:
However, after those settings are deployed to our production environment with
allowAdminChanges
disabled, the sources look like this due to the fact that they do not have identical IDs:Similarly, if I set a permission in the dev environment allowing a user group to manage a certain type of submission, that permission will not be enabled when deployed to production if the form doesn't have the same UID as in development.
Are there certain steps I need to take to ensure those settings match up in different environments with different identifiers? Is it possible to change how those settings are controlled to allow for more portability between different environments which may have differing identifiers?
Beta Was this translation helpful? Give feedback.
All reactions