Search found 59 matches

by Edition Nehemia
06 Jan 2024, 22:29
Forum: Suggestions
Topic: Deactivate comments for certain values (e.g. status closed)
Replies: 1
Views: 112

Re: Deactivate comments for certain values (e.g. status closed)

I have found a good solution. Of course, it would still be great if it was already pre-programmed. But this works too! Add this code to the item/record page. value = $('.form-group-{your-field-number} > td > div').html(); if(value == '{close_value}') { $('.entitly-listing-buttons-left').hide(); //hi...
by Edition Nehemia
05 Jan 2024, 12:34
Forum: Bug Report version 3.4.4
Topic: Anchor positions do not work in web links
Replies: 2
Views: 210

Anchor positions do not work in web links

Hi Sergey, If I open a link with an anchor on a normal page, this does not work. However, if I have already opened the page and enter an anchor and reload the page, everything works. What could be the reason for this? Since the editor allows anchor positions, I think this is a bug. THANK YOU for the...
by Edition Nehemia
05 Jan 2024, 02:11
Forum: Suggestions
Topic: Deactivate comments for certain values (e.g. status closed)
Replies: 1
Views: 112

Deactivate comments for certain values (e.g. status closed)

Hi Sergey
It would be very helpful if comments could be automatically deactivated for certain values. This would help employees to avoid replying to tasks that have already been completed. They would then be forced to search for the current task and contribute there.
Kind regards
Christoph
by Edition Nehemia
11 Dec 2023, 23:43
Forum: Translations
Topic: German Translation for 3.4 and Extensions 3.4
Replies: 3
Views: 1298

Re: German Translation for 3.4 and Extensions 3.4

In consultation with brave, I have improved the German language pack a little, as a good language file is very important for understanding. Correction requests can be made here: https://gitlab.com/gratia-mira-opensource/deutsche-sprachdatei-rukovoditel Here is the link to the new language file: http...
by Edition Nehemia
11 Dec 2023, 13:00
Forum: Suggestions
Topic: Done: Sort Option for "List of records by MySql query"
Replies: 5
Views: 3251

Re: Sort Option for "List of records by MySql query"

Thank you very much, sometimes it is easier than I thought :)
by Edition Nehemia
19 Sep 2023, 12:15
Forum: Discussion
Topic: Translations of Custom Entities
Replies: 21
Views: 4771

Re: Translations of Custom Entities

I understand the need for entities to be able to translate. @ Sergey: Wouldn't it be relatively easy to first check if a custom language constant was made for that entity (e.T TEXT_ENTITY_{id} or TEXT_REPORTS__{id})? If yes, this will be used. If no, the settings are applied. (On the other hand, Eng...
by Edition Nehemia
09 Sep 2023, 12:06
Forum: Bug Report version 3.4.4
Topic: User group rights cannot be saved without action
Replies: 4
Views: 424

Re: User group rights cannot be saved without action

Dear Sergey,

seems to be working perfectly! THANKS!
by Edition Nehemia
08 Sep 2023, 10:12
Forum: Bug Report version 3.4.4
Topic: User group rights cannot be saved without action
Replies: 4
Views: 424

Re: User group rights cannot be saved without action

Dear Sergey,

It's a bit difficult to describe, even with a demo account.
That's why you can download a video here where I show the error.
https://home.edne.ch:5001/sharing/J2FMBZiNh
by Edition Nehemia
06 Sep 2023, 19:45
Forum: Bug Report version 3.4.4
Topic: MySQL query fields are not sorted correctly
Replies: 4
Views: 324

Re: MySQL query fields are not sorted correctly

Yes, exactly!
Is there a solution?