bug
avatar zero-24
zero-24
2 Sep 2014

Steps to reproduce the issue

See here:
http://issues.joomla.org/tracker/joomla-cms/4208#event-32999

Open the Differences tab and see what is changed (on editing i don't touch this field)

note: I have restore the old state for now but you can see what was changed with the Differences tab :)

Expected result

JTracker don't change the text/the code that e.g. come from github (It looks like a html filter?)

Actual result

JTracker removes some code if we edit a issue with it.

avatar zero-24 zero-24 - open - 2 Sep 2014
avatar b2z
b2z - comment - 3 Sep 2014

Do you mean that description was changed by itself?

I can confirm it, just tested in #428 - some html stripped and there is incorrect behavior :(
Interesting - I added this code:

<input type="hidden" name="return" value="<?php echo base64_encode($this->params->get('logout_redirect_url', $this->form->getValue('return'))); ?>" />

difference displays:

get('logout_redirect_url', $this->form->getValue('return'))); ?>" />

Description currently is ok:

<input type="hidden" name="return" value="<?php echo base64_encode($this->params->get('logout_redirect_url', $this->form->getValue('return'))); ?>" />

But if I try to edit issue it is stripped:

get('logout_redirect_url', $this->form->getValue('return'))); ?>" />
avatar b2z b2z - change - 3 Sep 2014
Labels Added: bug
avatar zero-24
zero-24 - comment - 3 Sep 2014

Do you mean that description was changed by itself?

Yes.

avatar elkuku
elkuku - assign - 4 Sep 2014
Assigned to elkuku
avatar elkuku elkuku - change - 4 Sep 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-09-04 15:01:03
avatar elkuku elkuku - close - 4 Sep 2014
avatar elkuku elkuku - close - 4 Sep 2014
avatar elkuku
elkuku - comment - 4 Sep 2014

Do you mean that description was changed by itself?

Yes.

No.

It had been changed by our (Joomla!) code :tongue:

Add a Comment

Login with GitHub to post a comment