Fixes T9000, sets a variable.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9000: Not entering a Name for a room loses the First Message section
- Commits
- Restricted Diffusion Commit
rP38259f0cc26f: Don't reset message if missing Room Title in New Conpherence Room
Try to make a new room without a title, but with a message.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- conph-new
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 7442 Build 7924: [Placeholder Plan] Wait for 30 Seconds Build 7923: arc lint + arc unit
Event Timeline
src/applications/conpherence/controller/ConpherenceNewRoomController.php | ||
---|---|---|
40 | This test should probably be if (strlen($v_message)) -- users may not be able to send the message "0" (no quotes) otherwise because of PHP being special. |