We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
When updating case template you receive a popup that says: Templatectrl: undefined and in the application log you see:
3/5/2018 6:33:18 PM[info] o.e.ErrorHandler - PATCH /api/case/template/AWH1sxkFxQI0UIEc_0s7 returned 400 3/5/2018 6:33:18 PMorg.elastic4play.AttributeCheckingError: [Unknown attribute caseTemplate._version: {"type":"JsonInputValue","value":1}][Unknown attribute caseTemplate._id: {"type":"JsonInputValue","value":"AWH1sxkFxQI0UIEc_0s7"}][Unknown attribute caseTemplate._routing: {"type":"JsonInputValue","value":"AWH1sxkFxQI0UIEc_0s7"}][Unknown attribute caseTemplate._parent: {"type":"JsonInputValue","value":null}] 3/5/2018 6:33:18 PM at org.elastic4play.services.FieldsSrv.$anonfun$parse$7(FieldsSrv.scala:30) 3/5/2018 6:33:18 PM at org.scalactic.Bad.transform(Or.scala:1386) 3/5/2018 6:33:18 PM at org.elastic4play.services.FieldsSrv.parse(FieldsSrv.scala:30) 3/5/2018 6:33:18 PM at org.elastic4play.services.UpdateSrv.apply(UpdateSrv.scala:84) 3/5/2018 6:33:18 PM at org.elastic4play.services.UpdateSrv.$anonfun$apply$1(UpdateSrv.scala:69) 3/5/2018 6:33:18 PM at scala.concurrent.Future.$anonfun$flatMap$1(Future.scala:304) 3/5/2018 6:33:18 PM at scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:37) 3/5/2018 6:33:18 PM at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60) 3/5/2018 6:33:18 PM at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55) 3/5/2018 6:33:18 PM at akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:91)
The text was updated successfully, but these errors were encountered:
Reverted the docker image to 3.0.5 and the issue is not there, so appears to be new bug caused by 3.0.6
Sorry, something went wrong.
#502 Remove metadata fields from template update query
94b30c3
FYI, does not appear to be limited to docker image.
@claptrapped this has been fixed. We will release 3.0.7 soonish (/cc @To-om and @nadouani).
nadouani
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
When updating case template you receive a popup that says: Templatectrl: undefined and in the application log you see:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: