Page MenuHomePhabricator

Don't reset message if missing Room Title in New Conpherence Room
ClosedPublic

Authored by chad on Jul 29 2015, 4:56 AM.
Tags
None
Referenced Files
F13051928: D13754.id33221.diff
Fri, Apr 19, 5:42 AM
Unknown Object (File)
Fri, Apr 12, 7:19 PM
Unknown Object (File)
Fri, Apr 12, 7:19 PM
Unknown Object (File)
Fri, Apr 12, 7:19 PM
Unknown Object (File)
Fri, Apr 12, 7:06 PM
Unknown Object (File)
Fri, Apr 12, 6:37 PM
Unknown Object (File)
Sun, Apr 7, 4:34 AM
Unknown Object (File)
Fri, Mar 29, 2:36 AM
Subscribers

Details

Summary

Fixes T9000, sets a variable.

Test Plan

Try to make a new room without a title, but with a message.

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

chad retitled this revision from to Don't reset message if missing Room Title in New Conpherence Room.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
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.

This revision is now accepted and ready to land.Jul 29 2015, 11:24 PM

I'm ok waiting until joshuaspence finds it.

chad marked an inline comment as done.
chad edited edge metadata.
  • strlen
This revision was automatically updated to reflect the committed changes.