Page MenuHomePhabricator

Move room preferences into own controller
ClosedPublic

Authored by chad on Apr 19 2017, 11:23 PM.
Tags
None
Referenced Files
F15525965: D17740.diff
Mon, Apr 21, 6:08 PM
F15520997: D17740.id42673.diff
Sun, Apr 20, 10:10 AM
F15517915: D17740.id.diff
Sat, Apr 19, 9:31 AM
F15516246: D17740.id42673.diff
Fri, Apr 18, 5:31 PM
F15516182: D17740.diff
Fri, Apr 18, 5:03 PM
F15438602: D17740.id42673.diff
Wed, Mar 26, 1:56 AM
F15434197: D17740.id42671.diff
Tue, Mar 25, 2:35 AM
F15433267: D17740.diff
Mar 24 2025, 10:21 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

v. nice

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

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

Probably needs a addCancelButton()?

38

(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.