Skip to content

Commit

Permalink
fix(app) adjust after demo merge
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed Sep 12, 2024
1 parent 9b274f1 commit 0960d53
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 255 deletions.
64 changes: 0 additions & 64 deletions API/models/schemas/application_schema.json

This file was deleted.

2 changes: 1 addition & 1 deletion APP/lib/common/definitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enum Namespace { Physical, Organisational, Logical, Test }

const starSymbol = "*";

const isDemo = true;
const isDemo = false;

/// Base Result class
/// [S] represents the type of the success value
Expand Down
11 changes: 0 additions & 11 deletions APP/lib/widgets/select_objects/object_popup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -807,17 +807,6 @@ class _ObjectPopupState extends State<ObjectPopup> {
tipStr: examplesAttrs[_objCategory]
?[attributes[index].replaceFirst(starSymbol, "")] ??
"",
extraValidationFn:
attributes[index].replaceFirst(starSymbol, "") ==
"virtual_config"
? (newValue) {
try {
json.decode(newValue);
} on Exception {
return 'object format: {"type":"storage"}';
}
}
: null,
save: (newValue) {
var attrKey =
attributes[index].replaceFirst(starSymbol, "");
Expand Down
179 changes: 0 additions & 179 deletions APP/lib/widgets/tools/download_unity_popup.dart

This file was deleted.

0 comments on commit 0960d53

Please sign in to comment.