Page MenuHomePhorge

Fix editing Conpherence rooms on mobile
ClosedPublic

Authored by aklapper on Feb 15 2025, 14:14.
Tags
None
Referenced Files
F3296665: D25879.1742976151.diff
Tue, Mar 25, 08:02
F3288504: D25879.1742830165.diff
Sun, Mar 23, 15:29
F3285320: D25879.1742798851.diff
Sun, Mar 23, 06:47
F3283646: D25879.1742756463.diff
Sat, Mar 22, 19:01
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

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
Branch
T15513 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1705
Build 1705: arc lint + arc unit