User tests: Successful: Unsuccessful:
Hi Folks
A very, very small fix for Issue #2701 as reported by @lahmizzar.
Just starting to get my toes wet with contributing to Joomla via Github so I hope I have done this properly?
Cheers,
Eric.
Status | Pending | ⇒ | New |
Labels |
Added:
?
|
Great thanks.
###Test instructions###
To test login in to Joomla admin and from top menu bar select the Edit Account under the gear icon.
Click the "Refresh" button next to Help Site with Chrome Dev tools or Firebug open. The URL for the XHR should only have one "/" before the index.php.... rather than the double slash as reported in the original ticket.
Status | New | ⇒ | Pending |
Hi @sonkoral .... Thansk for testing.
Okay, it looks like you actually have logging of XMLHTTPRequests turned off. On Chrome you need to turn it on separately.
To turn logging of XMLHTTPRequests on click on the little cog icon on the top right of developer tools. Go to General under the Settings on the left and click General (it should open by default). The on the right hand side at the bottom make sure the Log XMLHttpRequests box is checked.
Cheers,
Eric.
@test
After enabling XMLHTTPRequests logging I could see the // and can confirm that the patch resolves this
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Thanks for the pointer in Firebug! Confirmed patch eliminates the double slashes as well.
Status | Pending | ⇒ | New |
Labels |
Added:
?
|
2 good tests setting RTC
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-24 12:22:44 |
Merged, thanks!
The PR is fine. If you can add test instructions it will be perfect. Thank you!