Search found 174 matches

by eddydeniro
10 Sep 2021, 04:51
Forum: Bug Report version 2.9
Topic: Roles Issues Still
Replies: 5
Views: 402

Re: Roles Issues Still

I dont quite understand your problem.
You want to override permissions in parent entity in certain user role?
If that's the case, it won't. The permissions override will apply in nested entity according to our setup to the specific role.
by eddydeniro
10 Sep 2021, 04:25
Forum: Discussion
Topic: [SOLVED] Copy Record PHP Code Fields.
Replies: 11
Views: 730

Re: Copy Record PHP Code Fields.

What about making it dynamic?
by eddydeniro
10 Sep 2021, 04:11
Forum: Bug Report version 2.9
Topic: Admin Users not showing
Replies: 6
Views: 422

Re: Admin Users not showing

Ok, the goal is that administrator should be assignable so they get notified when asigned, right? In that case, another option is to activate multiple group and assign your administrators to another group, e.g. Admin or Support. Now you can assign Administrator users as Admin or Support. The goal's ...
by eddydeniro
09 Sep 2021, 23:05
Forum: Bug Report version 2.9
Topic: Admin Users not showing
Replies: 6
Views: 422

Re: Admin Users not showing

If you want Administrators to be assignable, leave it blank, dont set user group restriction.
by eddydeniro
09 Sep 2021, 21:09
Forum: Discussion
Topic: Restore backup (Maximum file seze 1Mb)
Replies: 2
Views: 216

Re: Restore backup (Maximum file seze 1Mb)

Try changing the max_upload_size to unit MB (e.g. 40MB), not 1G.
by eddydeniro
09 Sep 2021, 21:00
Forum: Suggestions
Topic: Duplicate Warning
Replies: 13
Views: 984

Re: Duplicate Warning

I don't think it'll work for new record because field type vPIC is not triggering ajax request on typing or changing the value. It works for editing because when the form pops up, the request runs for the first time and there's already a value in your VIN field. Try to change to normal Input Field a...
by eddydeniro
08 Sep 2021, 10:02
Forum: Discussion
Topic: Inserting new record
Replies: 20
Views: 1347

Re: Inserting new record

Mantap! Awesome!
I really need this feature.
Cant wait to see it coming.
support wrote: 08 Sep 2021, 09:42 Editing fields in table listing view already in plan for 3.0 too. I will let you know once it will be ready. Follow the new https://www.facebook.com/RukovoditelProject
by eddydeniro
08 Sep 2021, 06:46
Forum: Bug Report version 2.9
Topic: Access Deny
Replies: 3
Views: 337

Re: Access Deny

Mostly the errors of undefined constant. Have you checked your language file?
by eddydeniro
08 Sep 2021, 02:33
Forum: Discussion
Topic: Inserting new record
Replies: 20
Views: 1347

Re: Inserting new record

Currently I'm trying to apply inline editing in table listing view (without plugin editor of datatable). Very much possible, but there's soo many things to consider in server side, esp. regarding user privilege. Just managed to create for fieldtype using text input and datepicker. Just added this fe...
by eddydeniro
08 Sep 2021, 02:18
Forum: Discussion
Topic: Inserting new record
Replies: 20
Views: 1347

Re: Inserting new record

That's great! Glad to hear that.
Thanks