This question may be related to a resolved thread.
Does anyone know is this bug will be resolved? I have the new build of 2.1.3 and I still have to apply the fix in the related post. Is it on the bug list?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
April 15, 2011 8:36pm
Subscribe [3]#1 / Apr 15, 2011 8:36pm
This question may be related to a resolved thread.
Does anyone know is this bug will be resolved? I have the new build of 2.1.3 and I still have to apply the fix in the related post. Is it on the bug list?
#2 / Apr 17, 2011 4:33pm
Hi bgarrant,
This should be fixed. Please confirm that this is with build 20110411? Is it the same for all your installations or just one of them?
Cheers
Greg
#3 / Apr 18, 2011 12:34pm
I just compared the code and it does not appear to be changed. Here is latest build code from line 603 of content_edit.php.
$output = anchor(BASE.AMP.'C=content_publish'.AMP.'M=entry_form'.AMP.'channel_id='.$row['channel_id'].AMP.'entry_id='.$id_column.$filter, $row['title']);This was the modified code from the thread. Do we still need this? It appears we do on my copy of latest 2.1.3 release. Maybe it is fixed in the Beta?
$output = anchor(BASE.AMP.'C=content_publish'.AMP.'M=entry_form'.AMP.'channel_id='.$row['channel_id'].AMP.'entry_id='.$row['entry_id'].$filter, $row['title']);#4 / Apr 19, 2011 6:04pm
Yes indeed, bgarrant, this is only fixed in the 2.1.4 beta and later. However you should be able to modify the code and have it work. Does that help?