? ? Pending

User tests: Successful: Unsuccessful:

avatar tonypartridge
tonypartridge
22 Sep 2017

Pull Request for Issue #18054 #17975 #18039

Was caused partially by:
#12220

Summary of Changes

Force to string when comparing against a string.

@wilsonge - Test please :p

avatar joomla-cms-bot joomla-cms-bot - change - 22 Sep 2017
Category Administration com_menus Libraries External Library Composer Change
avatar tonypartridge tonypartridge - open - 22 Sep 2017
avatar tonypartridge tonypartridge - change - 22 Sep 2017
Status New Pending
avatar brianteeman
brianteeman - comment - 22 Sep 2017

did you mean to change the code in the simplepie file or is that a search/replace error? That is a vendor supplied file and we wouldnt usually touch those files

avatar joomla-cms-bot joomla-cms-bot - change - 22 Sep 2017
Category Administration com_menus Libraries External Library Composer Change Administration com_menus Libraries
avatar tonypartridge tonypartridge - change - 22 Sep 2017
Labels Added: ? ?
avatar tonypartridge
tonypartridge - comment - 22 Sep 2017

@brianteeman I added it as an to be safe as wasn't 100% sure it was a simpleXML element. I didn't check the full path so didn't notice it was vendor specific. I've reverted that one now, thanks!

avatar infograf768
infograf768 - comment - 22 Sep 2017

Part of this is already in https://issues.joomla.org/tracker/joomla-cms/18054 (which I tested OK).

Maybe better close #18054 ?

avatar tonypartridge
tonypartridge - comment - 22 Sep 2017

Whoops! I closed the issue not the pull too, thanks. I’ve now closed that
pull.

--
Tony Partridge

On 22 September 2017 at 10:32:32, infograf768 (notifications@github.com)
wrote:

Part of this is already in
https://issues.joomla.org/tracker/joomla-cms/18054 (which I tested OK).

Maybe better close #18054 #18054
?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#18061 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVglppOcyqm6yH3cQgNcEI0Jq41Uhx8ks5sk36wgaJpZM4PgaPH
.

avatar tonypartridge
tonypartridge - comment - 22 Sep 2017

No Comment… updated.

--
Tony Partridge

On 22 September 2017 at 11:16:29, George Wilson (notifications@github.com)
wrote:

@wilsonge commented on this pull request.

In libraries/src/Form/Field/TagField.php
#18061 (comment):

@@ -243,7 +243,7 @@ public function isNested()
if ($this->isNested === null)
{
// If mode="nested" || ( mode not set & config
= nested )

  •                   if (isset($this->element['mode']) && (string)
    

$this->element['mode'] === 'nested'

  •                   if (isset($this->element['mode']) && (string)
    

(string) $this->element['mode'] === 'nested'

You have two string typehints here ;)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#18061 (review),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABVglkp5cOCo92orH-Rw6KUnwsfAzW39ks5sk4j9gaJpZM4PgaPH
.

avatar tonypartridge tonypartridge - change - 22 Sep 2017
Labels Removed: ?
avatar infograf768 infograf768 - test_item - 23 Sep 2017 - Tested successfully
avatar infograf768
infograf768 - comment - 23 Sep 2017

I have tested this item successfully on fa86cfc


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18061.

avatar infograf768
infograf768 - comment - 24 Sep 2017

We need a second tester here.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Sep 2017

@drmenzelit can you please test?

avatar alikon alikon - test_item - 24 Sep 2017 - Tested successfully
avatar alikon
alikon - comment - 24 Sep 2017

I have tested this item successfully on fa86cfc


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18061.

avatar franz-wohlkoenig franz-wohlkoenig - change - 24 Sep 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 Sep 2017

RTC after two successful tests.

avatar wilsonge wilsonge - change - 24 Sep 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-09-24 10:50:54
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 24 Sep 2017
avatar wilsonge wilsonge - merge - 24 Sep 2017
avatar wilsonge
wilsonge - comment - 24 Sep 2017

Thanks Tony!

Add a Comment

Login with GitHub to post a comment