Commit 885f5594 authored by Elizaveta Kakhovskaya's avatar Elizaveta Kakhovskaya

Update Q4_confirm_date.rst

parent f123cefc
......@@ -7,22 +7,36 @@
1. На форму завершения добавить поля
* Дата `itsm_form_incident_wcf_confirm_date`
* Дата itsm_form_incident_wcf_confirm_date
* Заполнять текущей датой
* Заблокировать от изменений пользователя
* Выводить время
* `itsm_form_incident_wcf_confirm_date_label`
* itsm_form_incident_wcf_confirm_date_label`
2. В скрипт статуса на форме завершения добавить
view.playerView.getViewWithId(itsm_form_incident_wcf_confirm_date_label).setVisible(val==7);
view.playerView.getViewWithId(itsm_form_incident_wcf_confirm_date).setVisible(val==7);
3. На форму инцидента добавить поле
* Дата `itsm_form_incident_confirm_date`
* Дата itsm_form_incident_confirm_date
* Заполнять текущей датой
* Заблокировать от изменений пользователя
* Выводить время
4. В скрипт БП
case WAITING_USER_RATE:
jSynergy.server.setValue('itsm_form_incident_confirm_date', {
key: "" + processes.itsm_form_incident_wcf_confirm_date.key,
value: "" + processes.itsm_form_incident_wcf_confirm_date.value
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment