Search found 60 matches

by swar
09 Jul 2022, 15:22
Forum: Bug Report version 3.2
Topic: Select all records results in log out
Replies: 3
Views: 308

Re: Select all records results in log out

Thanks, this seems one way to do it. Thanks to your advice, I also found where is the issue in MySQL and managed to find the fix! The problem is structure of MySQL table app_sessions . - it does not allow storage of longer strings which causes a problem in case you select a large number of items in ...
by swar
08 Jul 2022, 20:34
Forum: Bug Report version 3.2
Topic: Select all records results in log out
Replies: 3
Views: 308

Select all records results in log out

Where: /index.php?module=items/items&path=XX What: In case you have 3513 or more items in the entity and you decide to select them all ("select all records") on the listing page, you are logged out. In case you have 3512 or fewer items, it is fine, you can use select all records withou...
by swar
08 Jul 2022, 20:24
Forum: Bug Report version 3.0
Topic: Extension - Templates in HTML format - bugs when there is , or ; in filename
Replies: 7
Views: 1860

Re: Extension - Templates in HTML format - bugs when there is , or ; in filename

Hi Sergey, have you managed to fix this in any of new version of rukovoditel?
by swar
11 Apr 2022, 12:58
Forum: Bug Report version 3.0
Topic: Extension - Templates in HTML format - bugs when there is , or ; in filename
Replies: 7
Views: 1860

Re: Extension - Templates in HTML format - bugs when there is , or ; in filename

Would not be better to fix this problem on the level of the app by trimming these problematic characters? I guess it is about adding just a few lines of code. We will do it in our app, but we will, unfortunately, use the changes as soon as we decide to update to a new version of Rukovoditel. The rec...
by swar
08 Mar 2022, 15:03
Forum: Bug Report version 3.0
Topic: Extension - Templates in HTML format - bugs when there is , or ; in filename
Replies: 7
Views: 1860

Extension - Templates in HTML format - bugs when there is , or ; in filename

We have found a new bug connected with exporting records functionality in the extension. Where: ext/templates/export_templates - HTML template (https://docs.rukovoditel.net/index.php?p=55) What: In case there is a character , or ; in name of the file and you try to download the file, the file name e...
by swar
21 Feb 2022, 20:06
Forum: Bug Report version 3.0
Topic: Extension - Templates in docx format - corrupted file when & is saved in field type entity
Replies: 6
Views: 1719

Extension - Templates in docx format - corrupted file when & is saved in field type entity

This is more less the same bug that was already reported in the past (https://forum.rukovoditel.net/viewtopic.php?f=20&t=3242&p=13048), however, now it affects only field type entity. Where: ext/templates/export_templates - docx template (https://docs.rukovoditel.net/index.php?p=100) What: I...
by swar
21 Feb 2022, 19:52
Forum: Bug Report version 3.0
Topic: Email sending rules and automatic status - wrong [url ] in email sent after record is edited by automatic status by CRON
Replies: 2
Views: 1474

Re: Email sending rules and automatic status - wrong [url ] in email sent after record is edited by automatic status by

You are right, I tested it on the previous version of rukovoditel, this has been fixed in 3.0 and works fine now. I an sorry for confusion.
by swar
21 Jan 2022, 18:31
Forum: Bug Report version 3.0
Topic: Email sending rules and automatic status - wrong [url ] in email sent after record is edited by automatic status by CRON
Replies: 2
Views: 1474

Email sending rules and automatic status - wrong [url ] in email sent after record is edited by automatic status by CRON

Where: ext/email_sending/ What: When the automatic status field is changed by CRON and at the same time an email is sent by sending rule type "editing record", the [URL] field in the email is corrupted. Changing the constant "CRON_HTTP_SERVER_HOST" in config/server.php does not h...