Page MenuHomePhabricator

AphrontFormTokenizerControl::readValueFromRequest
Needs ReviewPublic

Authored by avivey on Nov 24 2015, 12:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 8, 1:53 PM
Unknown Object (File)
Fri, Dec 27, 11:13 PM
Unknown Object (File)
Thu, Dec 19, 8:44 PM
Unknown Object (File)
Dec 11 2024, 12:54 AM
Unknown Object (File)
Dec 4 2024, 7:47 PM
Unknown Object (File)
Dec 3 2024, 2:02 AM
Unknown Object (File)
Dec 1 2024, 5:41 AM
Unknown Object (File)
Nov 22 2024, 1:20 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.