-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description: Fixing these bugs: * Mishandling of the internal representation of JSON objects in the package manager form fields * Default data type for fields is now set to JSON * Invalid json fields were not failing the validity checker on the field. Fixed as well. ## Is this change user facing? YES ## References (if applicable): Closes #1501 Closes #1479
- Loading branch information
1 parent
5754867
commit c0335ee
Showing
8 changed files
with
71 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.d56b8d0f.css", | ||
"main.js": "./static/js/main.42d08ad3.js", | ||
"main.js": "./static/js/main.8687326d.js", | ||
"index.html": "./index.html", | ||
"main.d56b8d0f.css.map": "./static/css/main.d56b8d0f.css.map", | ||
"main.42d08ad3.js.map": "./static/js/main.42d08ad3.js.map" | ||
"main.8687326d.js.map": "./static/js/main.8687326d.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.d56b8d0f.css", | ||
"static/js/main.42d08ad3.js" | ||
"static/js/main.8687326d.js" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Kurtosis Enclave Manager</title><script defer="defer" src="./static/js/main.42d08ad3.js"></script><link href="./static/css/main.d56b8d0f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Kurtosis Enclave Manager</title><script defer="defer" src="./static/js/main.8687326d.js"></script><link href="./static/css/main.d56b8d0f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
6 changes: 3 additions & 3 deletions
6
.../server/webapp/static/js/main.42d08ad3.js → .../server/webapp/static/js/main.8687326d.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ver/webapp/static/js/main.42d08ad3.js.map → ...ver/webapp/static/js/main.8687326d.js.map
Large diffs are not rendered by default.
Oops, something went wrong.