-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) don't use schema defaults when filling in empty values - this was overwriting "false" with the default value, since false === empty 2) remove redundant logic that updates the tool consumer guid if one isn't set or if the info is different in the request. For Practera 1, protect will need to be off for all entries. 3) Switch the name of the consumer to the experience name, not the institution name. This is just for Practera internal reference and the user will never see it. Also ensure the stored value doesn't exceed DB field length in Practera. Note that this admin_add screen is very Practera 1 specific, which is not useful for anyone else who might try to use this plugin.
- Loading branch information
Showing
3 changed files
with
13 additions
and
18 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
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