Commit 25abf0bd authored by Elizaveta Kakhovskaya's avatar Elizaveta Kakhovskaya

Update Q3_massoperation.rst

parent 66ff2f0f
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
1. Добавить поля на форму "Инцидент", если не было 1. Добавить поля на форму "Инцидент", если не было
Имена компонентов должны быть сформированы по примеру: `itsm_form_incident_type` Имена компонентов должны быть сформированы по примеру: itsm_form_incident_type
.. figure:: _static/Q3_massopertion_1.png .. figure:: _static/Q3_massoperation_1.png
Рис. Рис.
...@@ -14,29 +14,31 @@ ...@@ -14,29 +14,31 @@
2. Добавить эти же поля на форму "Операции над выборкой" 2. Добавить эти же поля на форму "Операции над выборкой"
Имена компонентов должны быть сформированы по примеру: `itsm_form_incidents_operation_type` Имена компонентов должны быть сформированы по примеру: itsm_form_incidents_operation_type
3. В скрипт компонента статуса в форме "Операции над выборкой" 3. В скрипт компонента статуса в форме "Операции над выборкой"
view.playerView.getViewWithId('itsm_form_incidents_operation_servicelink').setVisible(val==2); view.playerView.getViewWithId('itsm_form_incidents_operation_servicelink').setVisible(val==2);
view.playerView.getViewWithId('itsm_form_incidents_operation_type').setVisible(val==2); view.playerView.getViewWithId('itsm_form_incidents_operation_type').setVisible(val==2);
*Прим. В val==2 - указывается код нужного вам статуса* *Прим. В val==2 - указывается код нужного вам статуса*
.. figure:: _static/Q3_massopertion_2.png .. figure:: _static/Q3_massoperation_2.png
Рис. Рис.
4. В скрипт `event.blocking.interpreter.incidents.operation` 4. В скрипт event.blocking.interpreter.incidents.operation
в раздел try добавить в раздел try добавить
let operation_type = jSynergy.server.getValue('itsm_form_incidents_operation_type'); let operation_type = jSynergy.server.getValue('itsm_form_incidents_operation_type');
let operation_servicelink = jSynergy.server.getValue('itsm_form_incidents_operation_servicelink'); let operation_servicelink = jSynergy.server.getValue('itsm_form_incidents_operation_servicelink');
.. figure:: _static/Q3_massopertion_3.png .. figure:: _static/Q3_massoperation_3.png
Рис. Рис.
...@@ -53,6 +55,6 @@ ...@@ -53,6 +55,6 @@
}); });
.. figure:: _static/Q3_massopertion_4.png .. figure:: _static/Q3_massoperation_4.png
Рис. Рис.
\ 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