Page MenuHomePhabricator

AphrontFormTokenizerControl::readValueFromRequest
Needs ReviewPublic

Authored by avivey on Nov 24 2015, 12:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 10, 3:57 AM
Unknown Object (File)
Fri, May 9, 7:36 AM
Unknown Object (File)
Apr 24 2025, 5:42 AM
Unknown Object (File)
Apr 17 2025, 11:42 AM
Unknown Object (File)
Apr 12 2025, 5:44 PM
Unknown Object (File)
Apr 12 2025, 3:52 AM
Unknown Object (File)
Apr 11 2025, 11:56 PM
Unknown Object (File)
Mar 3 2025, 5:15 PM
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.