1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-24 12:39:04 +01:00
phorge-phorge/webroot/rsrc/js/application/conpherence
Andre Klapper fd6118bfa6 Fix editing Conpherence rooms on mobile
Summary:
rPd6bce34a5db1a838a988440f09f7728747c9e067 failed to replace all occurrences of `$this->getApplicationURI('update/'.$conpherence->getID().'/')` with `$this->getApplicationURI('edit/'.$conpherence->getID().'/')`. Thus editing a Conpherence room on mobile crashes due to using an old invalid path.

Closes T15513

Test Plan:
* Run `grep -r "update/" . | grep onpherenc` vs `grep -r "edit/" . | grep onpherenc` and read rPd6bce34a5db1a838a988440f09f7728747c9e067
* Go to a Conpherence room in mobile view and select "Edit Room"
* Go to a Conpherence room in desktop view and select "Edit Room"

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15513

Differential Revision: https://we.phorge.it/D25879
2025-02-20 19:19:04 +01:00
..
behavior-conpherence-search.js Remove 'full-display' setting from Conpherence, spruce up search results 2016-10-17 15:53:55 -07:00
behavior-durable-column.js Update Conpherence to use EditEngine 2017-04-29 19:39:12 -07:00
behavior-menu.js Fix spelling 2017-10-09 10:48:04 -07:00
behavior-participant-pane.js Fix spelling 2017-10-09 10:48:04 -07:00
behavior-pontificate.js Prevent Send on Enter in Fullscreen Remarkup Mode 2017-04-10 14:39:50 -07:00
behavior-quicksand-blacklist.js Generalize URI pattern blacklist for Quicksand 2015-03-10 15:32:15 -07:00
behavior-toggle-widget.js Don't show participants in Conpherence left open on mobile 2016-10-19 08:29:45 -07:00
ConpherenceThreadManager.js Fix editing Conpherence rooms on mobile 2025-02-20 19:19:04 +01:00