fix: removed additional roles
This commit is contained in:
1
frappe-ui
Submodule
1
frappe-ui
Submodule
Submodule frappe-ui added at 2898a0bdd1
@@ -23,9 +23,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"receiver_by_document_field": "evaluator"
|
"receiver_by_document_field": "evaluator"
|
||||||
},
|
|
||||||
{
|
|
||||||
"receiver_by_role": "Frappe School Admin"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"send_system_notification": 0,
|
"send_system_notification": 0,
|
||||||
|
|||||||
@@ -503,7 +503,6 @@ const remove_assessment = (e) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const open_evaluation_form = (e) => {
|
const open_evaluation_form = (e) => {
|
||||||
console.log(evaluation_end_date);
|
|
||||||
this.eval_form = new frappe.ui.Dialog({
|
this.eval_form = new frappe.ui.Dialog({
|
||||||
title: __("Schedule Evaluation"),
|
title: __("Schedule Evaluation"),
|
||||||
fields: [
|
fields: [
|
||||||
|
|||||||
Reference in New Issue
Block a user