PMCORE-3402:Task Action Options should be displayed when mouse is over ellipsis and closed when ellipsis lose focus
Custom case list CR
This commit is contained in:
@@ -295,7 +295,7 @@ export default {
|
||||
} else {
|
||||
this.page = "MyCases";
|
||||
}
|
||||
if (window.config._nodeId === "CASES_SENT" && this.defaultOption !== "") {
|
||||
if (window.config._nodeId === "CASES_SENT" && this.defaultOption.indexOf('openApplicationUid') > 0) {
|
||||
this.cleanDefaultOption();
|
||||
this.showAlert(this.$i18n.t("ID_NO_PERMISSION_NO_PARTICIPATED_CASES"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user