Page MenuHomePhabricator

Support "only the first time" in Maniphest
ClosedPublic

Authored by epriestley on Feb 11 2014, 12:48 AM.
Tags
None
Referenced Files
F18106950: D8193.diff
Sun, Aug 10, 11:33 PM
F17933982: D8193.id18535.diff
Wed, Jul 30, 9:47 PM
F17867998: D8193.id.diff
Mon, Jul 28, 7:05 AM
F17861366: D8193.diff
Sun, Jul 27, 10:45 PM
F17856606: D8193.diff
Sun, Jul 27, 5:30 PM
F17819310: D8193.id18538.diff
Sat, Jul 26, 1:04 AM
F17817941: D8193.id18535.diff
Sat, Jul 26, 12:00 AM
F17799715: D8193.diff
Fri, Jul 25, 5:24 AM
Subscribers
Tokens
"Love" token, awarded by dctrwatson.

Details

Summary

Ref T4403. Implements "only the first time" for Maniphest rules, and fixes the trigger itself.

The trigger would never fire and block rules because it was comparing a string (like "first") to an int (like 0).

The "only" vs "every" stuff is contributed and I should have pushed back harder on this toInt / toString stuff. Maybe I'll just get rid of it; it purely causes confusion and problems.

Test Plan

Wrote an "only the first time" rule, ran it twice, it applied once.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped