pep-un / Oxomium

Simple cybersecurity conformity tool for SECOPS and CISCO
https://www.oxomium.org
GNU General Public License v3.0
13 stars 2 forks source link

Upgrade forms #14

Closed pep-un closed 1 year ago

pep-un commented 2 years ago

Upgrade forms tom implemente logics and restrictions. For exemple, if a Conformity is not applicable, all other field should be disabled.

pep-un commented 1 year ago

exemple :

onclick="document.getElementById('id_comment').disabled = ! this.checked"

pep-un commented 1 year ago

conformity form made dynamic with few line of JS : 418b591b66ac3d3ec9102ff3b825fff8797929c7 Dirty fix of date input and issue open upstream : c7cd8079033acdbaddd9b05bf0b3f67d67398a82 https://github.com/zostera/django-bootstrap5/issues/445