Changes between Initial Version and Version 1 of Ticket #33447
- Timestamp:
- Jan 18, 2022, 12:19:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33447 – Description
initial v1 30 30 31 31 I believe that the current implementation is more than a little confusing from a UI perspective. While it is possible to code around this implementation and test for at least `min_num` forms, that is quite a lot of work and more prone to break with updates. 32 33 In addition, there is a bug in behaviour: if `min_num` is greater than zero, a form action that deletes all existing inline forms is valid, which should not be the case.