Page MenuHomePhorge

Fix editing Conpherence rooms on mobile
ClosedPublic

Authored by aklapper on Sat, Feb 15, 14:14.
Tags
None
Referenced Files
F2992403: D25879.1740213133.diff
Fri, Feb 21, 08:32
F2991978: D25879.1740198889.diff
Fri, Feb 21, 04:34
F2991096: D25879.1740182215.diff
Thu, Feb 20, 23:56
F2990732: D25879.1740181854.diff
Thu, Feb 20, 23:50
F2988240: D25879.1740137642.diff
Thu, Feb 20, 11:34
F2982815: D25879.1739971917.diff
Tue, Feb 18, 13:31
F2982768: D25879.1739971806.diff
Tue, Feb 18, 13:30
F2979409: D25879.1739852768.diff
Mon, Feb 17, 04:26

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