Page MenuHomePhabricator

AphrontFormTokenizerControl::readValueFromRequest
Needs ReviewPublic

Authored by avivey on Nov 24 2015, 12:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 7:45 AM
Unknown Object (File)
Sat, Apr 27, 6:41 AM
Unknown Object (File)
Fri, Apr 26, 3:17 PM
Unknown Object (File)
Sun, Apr 21, 9:25 PM
Unknown Object (File)
Apr 2 2024, 12:18 PM
Unknown Object (File)
Apr 2 2024, 11:09 AM
Unknown Object (File)
Mar 28 2024, 7:37 AM
Unknown Object (File)
Mar 28 2024, 7:00 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Blessed Reviewers
Summary

Not sure if deprecated or new... But it was failing when used in multi-page form.

Test Plan

Use $form->readFromRequest($request) with a tokenized field.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 9038
Build 10626: Run Core Tests
Build 10625: arc lint + arc unit

Event Timeline

avivey retitled this revision from to AphrontFormTokenizerControl::readValueFromRequest.
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)

This isn't enough; When going "<< back", the value becomes string again.

Might be close; I hit the form button for "back", and looked in darkconsole to see the value is a string. Stopped exploring at that point ATM.