Page MenuHomePhabricator

Move room preferences into own controller
ClosedPublic

Authored by chad on Apr 19 2017, 11:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 3:27 AM
Unknown Object (File)
Fri, Apr 19, 6:25 PM
Unknown Object (File)
Fri, Apr 19, 10:14 AM
Unknown Object (File)
Mon, Apr 1, 5:35 PM
Unknown Object (File)
Mon, Apr 1, 2:33 AM
Unknown Object (File)
Sun, Mar 31, 9:34 AM
Unknown Object (File)
Sat, Mar 30, 4:33 AM
Unknown Object (File)
Feb 14 2024, 10:51 AM
Subscribers

Details

Summary

Ref T12591. These preferences are per user and we need to reload the whole UI on a change anyways. Simplifies future expansion.

Test Plan

Option click into new window, set preferences. View in Conpherence, see saved settings, change sound. Hear new sound.

Diff Detail

Repository
rP Phabricator
Branch
move-conpherence-preferences (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16606
Build 22142: Run Core Tests
Build 22141: arc lint + arc unit

Event Timeline

v. nice

src/applications/conpherence/controller/ConpherenceRoomPreferencesController.php
32

This can be simplified slightly to $this->newDialog() in modern code.

Probably needs a addCancelButton()?

37

(Consider adding getURI() to Thread if it doesn't already exist?)

This revision is now accepted and ready to land.Apr 19 2017, 11:25 PM
chad marked an inline comment as done.
  • update per comments
This revision was automatically updated to reflect the committed changes.