
shared.listTableButtons.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
$page{topActionGroup});
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="${tableRowGroup}" selectedRows=>$attribute{selectedRows});
if (#{pageSession['rest-api']}){
gf.deleteCascade(endpoint="#{pageSession.parentUrl}/#{pageSession.childType}", selectedRows="${selectedRows}");
}
//REST-TODO: need to ensure page that has additionalDeleteHandler to change to use rest-api
if (#{pageSession.additionalDeleteHandler}){
gf.invokeHandler(handler="#{pageSession.additionalDeleteHandler}", args="#{pageSession.additionalDeleteHandlerArgs}" );
}
gf.redirect(page="#{pageSession.listLink}");
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy