Search found 174 matches

by eddydeniro
26 Nov 2021, 18:30
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Re: Incorrect parsing of time and date in nested form

Perfect!
Now everything works.
Thanks Sergey
by eddydeniro
26 Nov 2021, 17:18
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Re: Incorrect parsing of time and date in nested form

Now if you edit the Task 2 only via sub form, I'm pretty sure the Task 1 will break. Here's the result of my personal demo. The result is as same as in my localhost. RukovoditelErrorTimeDateV3Beta1-atPersonalDemo.png Created 1 project with two tasks, saved. Everything ok. Then I edited the Task 1, s...
by eddydeniro
26 Nov 2021, 17:09
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Re: Incorrect parsing of time and date in nested form

Here's the result of my personal demo. The result is as same as in my localhost. RukovoditelErrorTimeDateV3Beta1-atPersonalDemo.png Created 1 project with two tasks, saved. Everything ok. Then I edited the Task 1, saved. Then when I open again the project form, that's what I got. Before it breaks, t...
by eddydeniro
26 Nov 2021, 16:16
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Re: Incorrect parsing of time and date in nested form

Ok, I've sent it via PM.
Thanks
support wrote: 26 Nov 2021, 12:11 Can you send me database, please. I will check with your configuration.
by eddydeniro
26 Nov 2021, 10:04
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Re: Incorrect parsing of time and date in nested form

Yes, I'm using V3, fresh install.
Here's the screenshot:
RukovoditelErrorTimeDateV3Beta1.png
Note: I changed Est. Time field into Time type.
support wrote: 26 Nov 2021, 09:17 Can't reproduce this issue on 3.0. Did test on 3.0?
by eddydeniro
26 Nov 2021, 03:59
Forum: Suggestions
Topic: Custom JS in Configuration
Replies: 8
Views: 594

Re: Custom JS in Configuration

Not directly, but you can wrap the script in an observer (MutationObserver) as a Promise, as if we're waiting for an element to come, and with the right selector, it will work with any form coming from ajax.
enishemed wrote: 25 Nov 2021, 22:36 Does Custom HTML work with Process Form or not?
by eddydeniro
25 Nov 2021, 21:03
Forum: Suggestions
Topic: Custom JS in Configuration
Replies: 8
Views: 594

Re: Custom JS in Configuration

Super!
I tried this feature and works as expected.
Now I can remove the plugin.
Thanks
by eddydeniro
25 Nov 2021, 21:00
Forum: Bug Report version 3.0
Topic: Incorrect parsing of time and date in nested form
Replies: 10
Views: 642

Incorrect parsing of time and date in nested form

Hi Sergey, I still get incorrect value from time or date field in nested form. Steps to reproduce: 1. Make entity and subentity, create time and date fields in subentity 2. Put subentity in nested form with field display "In a new window" 3. Create one record in main entity and two records...
by eddydeniro
04 Nov 2021, 05:20
Forum: Discussion
Topic: Dayname in different locale
Replies: 8
Views: 590

Re: Dayname in different locale

I cant reproduce your issue. I always got 'Ponedjeljak' for 2021-08-30. On second thought, accessing MySQL only to get the day name is "expensive". I suggest you'd better stay in PHP for this purpose. This code will produce the same result: $date = [2617]; if($date>0) { $days = array('Nedj...
by eddydeniro
03 Nov 2021, 09:02
Forum: Suggestions
Topic: Fieldtype sparkline
Replies: 0
Views: 206

Fieldtype sparkline

It would be nice if Rukovoditel has built-in fieldtype sparkline.
This tiny chart is more intuitive to visualize data trend or profile in form of line/bar/bullet/etc.
RKV-sparkline.png