Search found 133 matches

by Benno812
02 Oct 2020, 18:33
Forum: Discussion
Topic: Field from other entity in OnSubit JS
Replies: 2
Views: 467

Field from other entity in OnSubit JS

Hi Sergey,
is it possible to insert a field from another entity in a onSubmit JS in Form?
I have an entity "Tasks" and i need to get user email from Users Entity when submitting the form.
How can i achieve this?
by Benno812
01 Oct 2020, 19:57
Forum: Bug Report version 2.7
Topic: Error when updating automatic action
Replies: 2
Views: 391

Re: Error when updating automatic action

Thank you Sergey, it worked.
Other columns were missing (javascript_onsubmit & javascript_on_form) so i changed the query and run it for them (text instead of tinyint)
by Benno812
01 Oct 2020, 17:37
Forum: Bug Report version 2.7
Topic: Error when updating automatic action
Replies: 2
Views: 391

Error when updating automatic action

Hello,
after i updated to 2.7.1, when i try to update settings for an automated action i get the following error:
Database Error: 1054 - Unknown column 'hide_entity_name' in 'field list'.
What should i do?
by Benno812
30 Sep 2020, 12:15
Forum: Suggestions
Topic: XML import to Entity
Replies: 12
Views: 1991

Re: XML import to Entity

Thank you Sergey! This is awesome
by Benno812
30 Sep 2020, 12:08
Forum: Suggestions
Topic: Entity dedicated CSS
Replies: 1
Views: 582

Entity dedicated CSS

Hi Sergey, i was thinking about adding a custom CSS for single entities in the entity configuration. So it will not affect other entities. I think this can be useful to customize the entities. For example now i'm using the text model field to add css. In this way i can hide some elements like the LI...
by Benno812
08 Jul 2020, 20:37
Forum: Discussion
Topic: Error after updating
Replies: 1
Views: 556

Error after updating

Hi Sergey, i updated from 2.6 following your instructions. The app seems to work fine, but when entering an entity i always get the following database error: Database Error: 1054 - Unknown column 'ep.is_active' in 'where clause' Query: select ep.* from app_ext_xml_import_templates ep, app_entities e...
by Benno812
28 May 2020, 22:25
Forum: Suggestions
Topic: Form Configuration - fields side by side
Replies: 18
Views: 2812

Re: Form Configuration - fields side by side

Here is a screenshot. Screenshot_2.jpg As the css edits are not standard but they can change for each field and each form, posting the css code i made will not be so useful. I did heavy edits on the app css to make it more modern and flat styled. Then modified the css related to form fields by editi...
by Benno812
28 May 2020, 05:18
Forum: Suggestions
Topic: Form Configuration - fields side by side
Replies: 18
Views: 2812

Re: Form Configuration - fields side by side

It would be great if we could decide field width in % while creating fields instead of the "small/medium/large". This is just a matter of how php print out html divs and fields, and css settings. For now I made what you asked through some css code. You just have to play with field & di...
by Benno812
17 May 2020, 23:49
Forum: Discussion
Topic: Rukovoditel 2.7 BETA 3 is ready to test
Replies: 11
Views: 2773

Re: Rukovoditel 2.7 BETA 1 is ready to test

Hi Sergey,
i tried to update but after the procedure i get a ERR_TOO_MANY_REDIRECTS instead of the login page.
What went wrong?
Thank you
by Benno812
11 Mar 2020, 01:25
Forum: Suggestions
Topic: Next and Previous Buttons
Replies: 20
Views: 3571

Re: Next and Previous Buttons

That would be very useful!