style95 commented on a change in pull request #4211: Add `binding` annotation 
to record an action path not resolved
URL: 
https://github.com/apache/incubator-openwhisk/pull/4211#discussion_r279254526
 
 

 ##########
 File path: 
core/controller/src/main/scala/org/apache/openwhisk/core/controller/Actions.scala
 ##########
 @@ -253,7 +247,7 @@ trait WhiskActionsApi extends WhiskCollectionAPI with 
PostActionActivation with
       'result ? false,
       'timeout.as[FiniteDuration] ? 
WhiskActionsApi.maxWaitForBlockingActivation) { (blocking, result, 
waitOverride) =>
       entity(as[Option[JsObject]]) { payload =>
-        getEntity(WhiskActionMetaData.get(entityStore, entityName.toDocId), 
Some {
+        
getEntity(WhiskActionMetaData.resolveActionAndMergeParameters(entityStore, 
entityName), Some {
 
 Review comment:
   ok, this is the similar way which is taken for web action.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to