Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
4be5aed1
Commit
4be5aed1
authored
3 years ago
by
amitpriyadarshi
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-24493 feat: Enhance object category definition validation for channl
parent
38331f36
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
content-api/hierarchy-manager/src/main/scala/org/sunbird/managers/HierarchyManager.scala
+6
-5
...rc/main/scala/org/sunbird/managers/HierarchyManager.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/CategoryDefinitionValidator.scala
+21
-5
...rg/sunbird/graph/schema/CategoryDefinitionValidator.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/DefinitionDTO.scala
+1
-1
...c/main/scala/org/sunbird/graph/schema/DefinitionDTO.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/DefinitionFactory.scala
+9
-1
...in/scala/org/sunbird/graph/schema/DefinitionFactory.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/DefinitionNode.scala
+35
-26
.../main/scala/org/sunbird/graph/schema/DefinitionNode.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/IDefinition.scala
+2
-2
...src/main/scala/org/sunbird/graph/schema/IDefinition.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/ObjectCategoryDefinition.scala
+3
-0
...a/org/sunbird/graph/schema/ObjectCategoryDefinition.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/schema/validator/BaseDefinitionNode.scala
+2
-2
...g/sunbird/graph/schema/validator/BaseDefinitionNode.scala
ontology-engine/graph-engine_2.11/src/main/scala/org/sunbird/graph/utils/NodeUtil.scala
+5
-4
....11/src/main/scala/org/sunbird/graph/utils/NodeUtil.scala
with
84 additions
and
46 deletions
+84
-46
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets