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
9e2ce544
Commit
9e2ce544
authored
2 years ago
by
joffinjoy
Browse files
Options
Download
Patches
Plain Diff
Clean Up
parent
c1eabed9
knowlg-friday
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content-api/content-actors/src/main/scala/org/sunbird/movie/actors/MovieActor.scala
+0
-10
.../src/main/scala/org/sunbird/movie/actors/MovieActor.scala
with
0 additions
and
10 deletions
+0
-10
content-api/content-actors/src/main/scala/org/sunbird/movie/actors/MovieActor.scala
+
0
−
10
View file @
9e2ce544
...
...
@@ -51,14 +51,4 @@ class MovieActor @Inject() (implicit oec: OntologyEngineContext) extends BaseAct
request
.
getRequest
.
put
(
"identifier"
,
request
.
getContext
.
get
(
"identifier"
))
MovieManager
.
getValidatedNodeForUpdate
(
request
,
"ERR_MOVIE_UPDATE"
).
flatMap
(
_
=>
MovieManager
.
updateNode
(
request
))
}
/*
def remove(request: Request): Future[Response]={
RequestUtil.restrictProperties(request)
}
*/
}
This diff is collapsed.
Click to expand it.
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