Page MenuHomePhorge

Fix editing Conpherence rooms on mobile
ClosedPublic

Authored by aklapper on Feb 15 2025, 14:14.
Tags
None
Referenced Files
F3279907: D25879.1742638444.diff
Fri, Mar 21, 10:14
F3268972: D25879.1742520926.diff
Thu, Mar 20, 01:35
F3250939: D25879.1742329810.diff
Mon, Mar 17, 20:30
F3225556: D25879.1742128454.diff
Sat, Mar 15, 12:34
F3214670: D25879.1741578679.diff
Sun, Mar 9, 03:51
F3195081: D25879.1741387318.diff
Thu, Mar 6, 22:41
F3186405: D25879.1741353029.diff
Thu, Mar 6, 13:10
F3110142: D25879.1741134663.diff
Tue, Mar 4, 00:31

Details

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"

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable