Search found 214 matches

by rennecke
08 Sep 2023, 17:07
Forum: Bug Report version 3.4.4
Topic: [SOLVED] Strange behavior for adding records with no input fields
Replies: 2
Views: 381

[SOLVED] Strange behavior for adding records with no input fields

For a time line (progress report) I created an entity with only SQL queries as field. Entity_structure.png To start the time line a repeating task will be created for the first record, to create a new every day. Adding the first is manually. The dialog looks like this, which is OK, as there is no in...
by rennecke
29 Aug 2023, 21:25
Forum: Discussion
Topic: API error: items is not array
Replies: 10
Views: 5091

Re: API error: items is not array

I found the solution.
The array fir "items" must be created as "dictionary" but not as "list".
Items_as_array.png
The resulting strings look like:
Screenshot_20230829_192205.jpg
by rennecke
28 Aug 2023, 12:49
Forum: Discussion
Topic: API error: items is not array
Replies: 10
Views: 5091

Re: API error: items is not array

Hello. I have the same issue. I try to create a mobile app with MIT Appinventor (https://ai2.appinventor.mit.edu/). As you proposed I changed in /plugins/ext/classes/api/api.php l.520. I still get the same error as you can see on the screenshot. Feedback.jpg The upper line is what has been created b...
by rennecke
15 Jun 2023, 10:10
Forum: Suggestions
Topic: Masive export of attachments
Replies: 29
Views: 2954

Re: Masive export of attachments

Dear yaoying.
I think it's worth to open a new thread here under suggestions.
If it is of high importance to you, you may donate the development of this function, as did for the massive export of attachments.
Regards Eberhard
by rennecke
10 Jun 2023, 23:29
Forum: Suggestions
Topic: Masive export of attachments
Replies: 29
Views: 2954

Re: Masive export of attachments

In the Rukovoditel system there is no option for a complete backup. The database backup only stores the database which can be restored afterwords. Files, images and so on are not stored in the database. These files are stored under .../uploads in the root directory of the instance (on the bottom end...
by rennecke
06 Jun 2023, 23:48
Forum: Suggestions
Topic: Masive export of attachments
Replies: 29
Views: 2954

Re: Masive export of attachments

So, It took somewhat longer than promised, Sorry. The massive export is meant to export all records of an entity including the attached fieles. I had to provide this option for an issue tracking system were images and documents have been used for providing additional information for the issue and ev...
by rennecke
14 May 2023, 13:23
Forum: Suggestions
Topic: Masive export of attachments
Replies: 29
Views: 2954

Re: Masive export of attachments

I'm on vacation. When I'm back after 23rd I'll send you instruction.
by rennecke
04 Jan 2023, 18:09
Forum: Bug Report version 3.3
Topic: Performance issue with "Play an Audio File" option for attachments
Replies: 2
Views: 147

Re: Performance issue with "Play an Audio File" option for attachments

Thanks.
I did it that way. This works fine for me.
I just wanted to give you this info.
Regards
Eberhard
by rennecke
04 Jan 2023, 17:47
Forum: Bug Report version 3.3
Topic: Performance issue with "Play an Audio File" option for attachments
Replies: 2
Views: 147

Performance issue with "Play an Audio File" option for attachments

I discovered performance issues with the set option "Play an Audio File" in field type "Attachments". Field_Attachments.png If set an audio player is shown in the list and in the info page. Play_Audio-Files.png The performance issue disappears when the option is not set, of if th...