jiangpengcheng commented on a change in pull request #4986:
URL: https://github.com/apache/openwhisk/pull/4986#discussion_r495651480
##########
File path:
common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskAction.scala
##########
@@ -106,8 +110,10 @@ abstract class WhiskActionLike(override val name:
EntityName) extends WhiskEntit
"annotations" -> annotations.toJson)
}
-abstract class WhiskActionLikeMetaData(override val name: EntityName) extends
WhiskActionLike(name) {
+abstract class WhiskActionLikeMetaData(override val name: EntityName, val
docId: DocId) extends WhiskActionLike(name) {
Review comment:
ActionMetaData will get docId from database instead of generating it in
code for compatible reason
----------------------------------------------------------------
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:
[email protected]