Search found 486 matches

by Didou12
07 Jun 2023, 13:16
Forum: Discussion
Topic: Making changes to display global
Replies: 7
Views: 227

Re: Making changes to display global

Hi

What do you mean about “displaying” because there is a lot of stuff (record page, reports, listing, dashboard, …).
by Didou12
07 Jun 2023, 05:23
Forum: Discussion
Topic: Users ajax with multiple conditions based on user group
Replies: 2
Views: 137

Re: Users ajax with multiple conditions based on user group

Hi thanks for the reply, I would like to have a code such as (this code works very well in ajax field) : $result = db_query("select id from app_entity_1 where (CASE WHEN {$app_user['group_id']} = 0 THEN 1 WHEN {$app_user['group_id']} <> 0 AND id = {$app_user['id']} THEN 1 ELSE 0 END) = 1",...
by Didou12
06 Jun 2023, 06:54
Forum: Discussion
Topic: Users ajax with multiple conditions based on user group
Replies: 2
Views: 137

Users ajax with multiple conditions based on user group

Hi, Is it possible to add 2 conditions in the box, to have : if admin : displaying all users if another user group : displaying just the current user (as on my screenshot, it works). I can't figure out how to do that, I tried several options, failure, even with some JS (but I can't change the value ...
by Didou12
05 Jun 2023, 09:03
Forum: Bug Report version 3.4.4
Topic: Solved - Error hidden entities (?) after structure changing
Replies: 2
Views: 140

Re: Error hidden entities (?) after structure changing

Sorry,

I tried, but impossible to reproduce, so I don't know.

So I deleted my subentities and redid it.
by Didou12
03 Jun 2023, 21:40
Forum: Discussion
Topic: Disable preview
Replies: 10
Views: 381

Re: Disable preview

Hi for me it’s good 😮 Can you provide me some screenshots (your html block + pdf preview + where you click) and if possible the part in html (with browser inspector) of the problem (link pdf ?) Thanks Also maybe try the code for all browsers. There is no condition so it will work. Maybe it’s because...
by Didou12
03 Jun 2023, 09:46
Forum: Bug Report version 3.4.4
Topic: Solved - Error hidden entities (?) after structure changing
Replies: 2
Views: 140

Solved - Error hidden entities (?) after structure changing

Hi, I had : - Entity -- Sub-entity ---Sub-sub-entity 1 ---Sub-sub-entity 2 Finaly, I moved sub-sub-entity 1 and 2 in entity, then delete sub-entity, now the sub-sub-entities don't appear in the top menu for a record, and they also don't appear in the setting "Nested entities menu" of the e...
by Didou12
03 Jun 2023, 09:11
Forum: Bug Report version 3.4.4
Topic: [SOLVED] PHP Warning with sorting in kanban
Replies: 2
Views: 116

[SOLVED] PHP Warning with sorting in kanban

Hi,

I have this error when I re-init the sorting field of the kanban :

Code: Select all

2023-06-03 01:10	USER   Warning	
Undefined array key "sorting_fields"
modules/reports/actions/sorting.php:70
/index.php?module=reports/sorting&action=set_sorting_fields&reports_id=ID&token=TOKEN [AJAX]