Changes between Initial Version and Version 1 of Ticket #28517, comment 3
- Timestamp:
- 06/12/2014 11:08:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28517, comment 3
initial v1 1 And a final correction. The last scenario in the current code is actually a desired outcome:2 3 =============================================4 5 If $hard is false and a filter is added that returns false:6 7 {{{8 ! false || ! false = true || true = true9 }}}10 11 {{{12 #!html13 <span style="font-weight: bold; font-color: green;">INTENTIONAL SUCCESS - SOFT FLUSH PERFORMED</span>14 }}}15 16 =============================================17 18 Again, the attached patches still stand.