Support custom types

This commit is contained in:
1ilit
2023-09-19 15:51:28 +03:00
parent 36ad44f0db
commit 273d398dd2
5 changed files with 489 additions and 27 deletions

View File

@@ -84,6 +84,7 @@ const Tab = {
relationships: "2",
subject_areas: "3",
notes: "4",
types: "5",
};
const ObjectType = {
@@ -92,6 +93,7 @@ const ObjectType = {
AREA: 2,
NOTE: 3,
RELATIONSHIP: 4,
TYPE: 5,
};
const Action = {