Search found 94 matches

by kubera
24 Oct 2019, 16:27
Forum: Suggestions
Topic: Long lists
Replies: 23
Views: 5861

Re: Long lists

Hi again. Could you please consider adding the ability to block the entire header above the entity list so that it will be always visible. I mean a place with "Filters applied", "Filter panels" and buttons "Add", With selected "etc. Scrollbar should affect only the...
by kubera
05 Jun 2019, 00:36
Forum: Translations
Topic: Polish translation for 2.5 and Extensions 2.5
Replies: 1
Views: 3641

Polish translation for 2.5 and Extensions 2.5

Hi.
Updated polish translation for 2.5 (Core and Extensions)
by kubera
07 Mar 2019, 11:23
Forum: Bug Report version 2.4
Topic: Automate actions - assign users
Replies: 2
Views: 2883

Re: Automate actions - assign users

I did fresh installation for ver 2.4.1 I created a entity as a template - field Title is "_Template" and field "User" is empty. In this case process don`t assign users properly. When I assign users to entity "_Template" and run process then they get proper rights in new...
by kubera
07 Mar 2019, 02:00
Forum: Bug Report version 2.4
Topic: Automate actions - assign users
Replies: 2
Views: 2883

Automate actions - assign users

There is a problem with assign users with automate action. There is entity with 2 fields: "Title" (Input Field) and "User" (Users type). Access Configuration is set to "Views All. Actions with Assigned" I`ve created process with one action "copy current record"...
by kubera
25 Feb 2019, 12:08
Forum: Suggestions
Topic: Long lists
Replies: 23
Views: 5861

Re: Long lists

In ver 2.4.1 there is a problem with horizontal scroll bar - for me it doesn`t show at all.
I think the issue is in js/main.js file. In line 1035 there is

Code: Select all

return false; //set off slimscroll
I commented this and the scrollbar is visible.
by kubera
30 Dec 2018, 23:53
Forum: Bug Report version 2.4
Topic: Auto-increment field
Replies: 5
Views: 1004

Re: Auto-increment field

I fixed this for myself :) In file \includes\classes\fieldstypes\fieldtype_auto_increment.php in line 49 replace $check_query = db_query("select (max(field_{$field['id']}+0)+1) as max_value from app_entity_{$field['entities_id']}"); to $check_query = db_query("select (COALESCE(max(fie...
by kubera
28 Dec 2018, 15:02
Forum: Bug Report version 2.4
Topic: Auto-increment field
Replies: 5
Views: 1004

Re: Auto-increment field

Yes but it should be set by default.
by kubera
28 Dec 2018, 14:22
Forum: Bug Report version 2.4
Topic: Auto-increment field
Replies: 5
Views: 1004

Re: Auto-increment field

I think that the system should propose a value by default. Even if I make this field required, value is not filled.
by kubera
28 Dec 2018, 02:24
Forum: Translations
Topic: Polish translation for 2.4 and Extensions 2.4
Replies: 1
Views: 3650

Polish translation for 2.4 and Extensions 2.4

Hi.
I've updated polish translation for 2.4 version and Extensions 2.4
by kubera
28 Dec 2018, 02:21
Forum: Suggestions
Topic: Number of fixed fields
Replies: 0
Views: 753

Number of fixed fields

Hi
The option 'Number of fixed fields' is very useful, but I think it should be available to be set in the 'Listing configuration' window for each entity and for each user individually.