Admin List View - order problem #89

Closed
opened 2017-05-29 03:39:51 +00:00 by JohnnyMcWeed · 6 comments
JohnnyMcWeed commented 2017-05-29 03:39:51 +00:00 (Migrated from github.com)

Reproduce

  • Add fields to admin view
  • Show some in Admin List
  • Change Order in list views

This should handle the order on an overview ( list ) page, but is having problems at the moment and therefore not changing according to my settings.

Reproduce - Add fields to admin view - Show some in _Admin List_ - Change _Order in list views_ This should handle the order on an overview ( list ) page, but is having problems at the moment and therefore not changing according to my settings.

Can you provide us with a screen shot of the modal where you have this issue.

Can you provide us with a screen shot of the modal where you have this issue.
JohnnyMcWeed commented 2017-05-29 05:59:08 +00:00 (Migrated from github.com)

adminlist
adminlist2

![adminlist](https://cloud.githubusercontent.com/assets/9844452/26538136/a92554fc-4444-11e7-8952-3b309ebc8059.png) ![adminlist2](https://cloud.githubusercontent.com/assets/9844452/26538137/a92670a8-4444-11e7-9695-db93b7ad3062.png)

What kind of field is Elephant Zoo, I would expect it to be a custom field, this means you will need the correct values set in the field to have it behave correctly. This means your error is in the custom field XML. So give me a screen shot of the Elephant Zoo field so we can check if it is actually setup correctly.

What kind of field is Elephant Zoo, I would expect it to be a custom field, this means you will need the correct values set in the field to have it behave correctly. This means your error is in the custom field XML. So give me a screen shot of the Elephant Zoo field so we can check if it is actually setup correctly.

O yes and at this time, JCB does not load images in the list view by default. You can with custom Ajax scripting get it done. But that is beyond the scope of JCB defaults.

O yes and at this time, JCB does not load images in the list view by default. You can with custom Ajax scripting get it done. But that is beyond the scope of JCB defaults.

You can not use 0 as ordering number at this time when working with the list layout. We could improve the compiler to behave differently but just that you know it is best practice to always start with 1 as the first field in the list layout ordering.

You can not use 0 as ordering number at this time when working with the list layout. We could improve the compiler to behave differently but just that you know it is best practice to always start with 1 as the first field in the list layout ordering.
JohnnyMcWeed commented 2017-05-29 10:43:37 +00:00 (Migrated from github.com)

Solved through changing the starting number for it's order to 1, instead of 0.
Thanks for your help!
(Can be closed or put to suggested further improvements ;) )

Solved through changing the starting number for it's order to 1, instead of 0. Thanks for your help! (Can be closed or put to suggested further improvements ;) )
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#89
No description provided.