-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code files use handles instead of ids (#554)
* Adding patch to update ids to handles for codefiles * Initial creation of the screen handle * Ensuring ids are treated as numbers when retrieving screens * Renaming element class, moving handle sanitizing method to a common parent class * Reorg some code, correct some references * Finish roughing in the screen handle UI and functionality * Initialize screen handles with DB patch * Remove custom button code files with old name when button handle changes * Updating screenHandle to screen_handle for consistency with forms and elements * Updating DB patch to be based on screen_handle * Updating patch to use handles in original file creation * Instantiating original button data properly when saving * Rename custom button code files when screen handle changes * Update form procedure code files when form handle changes * Update element code files when element handle changes * Updating references to filenames of code files * Fixing dumb code flow * Further updating files names to write to * Updating class names to avoid conflict * Make initial screen handles lowercase * Typo in SQL * Renaming existing files in patch process needed to be smarter * Fixing references to custom button code file names * Fixing UI for screen handles
- Loading branch information
1 parent
167f0be
commit 824ea79
Showing
32 changed files
with
380 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.