[UPDT] not allow employees from answering feedback if it does not sta… (#491)
* [UPDT] not allow employees from answering feedback if it does not started yet * [FIX] fix holiday edit form it raise error for missing company_id field --------- Co-authored-by: Mahmoud Nasser <mahmoudnasser@Mahmouds-MacBook-Air.local>
This commit is contained in:
committed by
GitHub
parent
b3ba239272
commit
288f1fc030
@@ -38,6 +38,10 @@
|
||||
<label class="oh-label d-block" for="{{ form.recurring.id_for_label }}">{% trans "Recurring" %}</label>
|
||||
<div class="oh-switch">{{form.recurring}} {{form.recurring.errors}}</div>
|
||||
|
||||
<label class="oh-label d-block" for="{{ form.recurring.id_for_label }}">{% trans "Company" %}</label>
|
||||
<div class="oh-switch">{{ form.company_id }} {{ form.company_id.errors }}</div>
|
||||
|
||||
|
||||
<div class="oh-modal__dialog-footer p-0">
|
||||
<button type="submit" class="oh-btn oh-btn--secondary oh-btn--shadow">
|
||||
{% trans "Save" %}
|
||||
|
||||
Reference in New Issue
Block a user