small bug in backend fields list view

More
11 years 6 months ago #36620 by fgossart
I have a small bug in fields view.(backend)
In contents view I change default limit 20 to 100
When I switch to fields list view, I have the 100 value set. It's a bug because values should be independent.
But really I don't see all my fields even if 100 is put.
So I have to put 20 again and everything appears now.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #36667 by ggppdk
Hello,
i will commit a fix:
if you wish to test it, then in file
administrator/components/com_flexicontent/models/fields.php

Replace:
Code:
$limit = $app->getUserStateFromRequest( $option.'.limit', 'limit', $app->getCfg('list_limit'), 'int');
with

$limit = $app->getUserStateFromRequest( $option.'.fields.limit', 'limit', $app->getCfg('list_limit'), 'int');



-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.260 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline