mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-14 14:48:40 +00:00
Test fixes
This commit is contained in:
parent
e6d7867513
commit
473e3a2c35
|
|
@ -185,13 +185,13 @@
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"projectmanagement_project_attr_type_required": {
|
"projectmanagement_project_attr_type_required": {
|
||||||
"description": "Every project must have this attribute type if set to true.",
|
"comment": "Every project must have this attribute type if set to true.",
|
||||||
"name": "projectmanagement_project_attr_type_required",
|
"name": "projectmanagement_project_attr_type_required",
|
||||||
"type": "TINYINT(1)",
|
"type": "TINYINT(1)",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"projectmanagement_project_attr_type_pattern": {
|
"projectmanagement_project_attr_type_pattern": {
|
||||||
"description": "This is a regex validation pattern.",
|
"comment": "This is a regex validation pattern.",
|
||||||
"name": "projectmanagement_project_attr_type_pattern",
|
"name": "projectmanagement_project_attr_type_pattern",
|
||||||
"type": "VARCHAR(255)",
|
"type": "VARCHAR(255)",
|
||||||
"null": false
|
"null": false
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# Structure
|
|
||||||
|
|
||||||
## ER
|
|
||||||
|
|
||||||

|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Jingga",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "https://jingga.app"
|
||||||
},
|
},
|
||||||
"description": "Project Management module.",
|
"description": "Project Management module.",
|
||||||
"directory": "ProjectManagement",
|
"directory": "ProjectManagement",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user