Page MenuHomePhabricator

Refactor most uses of `AphrontFormDateControl` to user `AphrontFormDateControlValue`
ClosedPublic

Authored by lpriestley on May 6 2015, 1:53 AM.
Tags
None
Referenced Files
F14063450: D12731.diff
Mon, Nov 18, 6:36 PM
F14052343: D12731.diff
Fri, Nov 15, 8:14 AM
F14039817: D12731.diff
Mon, Nov 11, 6:24 AM
F14022394: D12731.diff
Wed, Nov 6, 5:00 PM
F14010345: D12731.id30592.diff
Thu, Oct 31, 7:12 AM
F14001380: D12731.id30592.diff
Fri, Oct 25, 7:09 AM
F13992505: D12731.id.diff
Tue, Oct 22, 5:02 PM
F13976194: D12731.id30592.diff
Oct 18 2024, 1:13 PM
Subscribers

Details

Summary

Ref T8024, Refactor most uses of AphrontFormDateControl to user AphrontFormDateControlValue

Test Plan

Countdown and Phrequent should now save form data in error state.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Refactor most uses of `AphrontFormDateControl` to user `AphrontFormDateControlValue`.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/countdown/controller/PhabricatorCountdownEditController.php
30

If you're feeling very ambitious, maybe call this something other than $initial_value since it's really just a general-purpose value.

This revision is now accepted and ready to land.May 6 2015, 2:02 AM
lpriestley edited edge metadata.

Changing initial_value to date_value to make it more generic.

This revision was automatically updated to reflect the committed changes.