In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
297 [In-Portal CMS] Admin Interfaces bug report random 2009-09-16 04:33 2009-10-03 07:54
alex  
Dmitry  
normal  
active 5.0.0  
open  
 
none  
0
0000297: Random "NO SUCH FIELD" in grid rows when selecting relationship for link
I'm getting "NO SUCH FIELD" (only when in debug mode) message instead of odd row field values in relationship selector when I try to select relationship for link.

Problem happens because I have "admin=1&edting_mode=" in "show all/show structure" links in top frame. These additional parameters disappeared as quick as they appeared - from/to nowhere.
Issue History
2009-10-03 07:54 administrator Status needs work => active
2009-09-25 15:31 alex Note Added: 0000554
2009-09-25 15:31 alex Assigned To alex => Dmitry
2009-09-25 15:31 alex Status needs feedback => needs work
2009-09-21 11:29 Dmitry Note Added: 0000498
2009-09-21 03:24 alex Target Version => Icebox
2009-09-16 09:57 Dmitry Note Added: 0000455
2009-09-16 09:57 Dmitry Assigned To => alex
2009-09-16 09:57 Dmitry Status active => needs feedback
2009-09-16 04:33 alex New Issue

Notes
(0000455)
Dmitry   
2009-09-16 09:57   
I was getting the same error 2-3 times also in DBG mode, but on Section grid in Structure & Data.

In most cases it was triggered by Adding a new section to the Root.

Can you try the same?
(0000498)
Dmitry   
2009-09-21 11:29   
I have a feeling this is related to one of our changes in 5.0.1 when GetList stopped doing extra Select when getting Counters. I think we where fixing it for Catalog counters and general for all lists and this issue start showing up shortly after that change.
(0000554)
alex   
2009-09-25 15:31   
1. enter catalog
2. press "new section" button (main window)
3. press "cancel" (popup window)
4. edit "news" section (main window)
5. press "cancel" (popup window)
6. press "View in Browse Mode"
7. press "Backspace" to return to catalog (in frame)
8. edit "news" section (main window)
9. press "cancel" (popup window)

As result I've get "admin=1" in template url for that frame and this given such broken grid.

Maybe this happens because:
1. when visiting front-end, then "admin=1" is saved in "last_template" variable in session (template to return to)
2. when backspace is used, then front-end last_template is used as return template for article editing
3. as a result catalog template name is mixed with "admin=1" parameter and all is broken
4. this won't autofix until you visit non-catalog based section.

If you can recall some situation when front-end and admin are mixed together with catalog not-involving backspace (back browser button) usage, then please let me know.