davidjumani commented on a change in pull request #458: URL: https://github.com/apache/cloudstack-primate/pull/458#discussion_r446289999
########## File path: src/components/view/ListView.vue ########## @@ -60,13 +60,22 @@ </div> --> + <p v-if="actions.length > 0" :slot="actions.length > 0 ? 'expandedRowRender' : ''" slot-scope="record"> + {{ record.id }} + <action-button + size="default" + :actions="$route.meta.actions" + :dataView="true" + :resource="record" Review comment: That was the case, so I changed the handleSubmit in Autogen.vue to read thre resource from the currentAction if present. Guess we might need to change the execAction too ---------------------------------------------------------------- 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