Changes between Initial Version and Version 4 of Ticket #11352


Ignore:
Timestamp:
Sep 26, 2019, 1:02:49 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Two options for this narrow use-case:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11352

    • Property Owner Rob Guttman deleted
    • Property Status changed from new to closed
    • Property Type changed from defect to enhancement
    • Property Resolution changed from to wontfix
  • Ticket #11352 – Description

    initial v4  
    11Hello,
    2    I am trying to use invalid_if, invalid_when and I don't quite understand how it works. It would be really great to have more verbose documentation on the subject.
     2   I am trying to use `invalid_if`, `invalid_when` and I don't quite understand how it works. It would be really great to have more verbose documentation on the subject.
    33
    4 Example of what I want to do; I want to restrict users adding hours (by incrementing the hours field) to a task ticket when the estimated_hours field is zero.
     4Example of what I want to do; I want to restrict users adding hours (by increment of the hours field) to a task ticket when the `estimated_hours` field is zero.
    55
    66TIA