voidshah Approved

Member since: 2015-06-21

Recent posts by voidshah
Post When

daftspunk said:

The delete => true feature is fixed in the stable release coming soon. Using the af...

Posted in Deleting attachments when deleting model

Ok. And tell me, pls, how can I use related field for extend query?! Like here:

 
public function re...

Posted in relationExtendQuery

+1

Posted in Problem with scope

When I investigated soure code of the RelationController, I found this method

 
/**
     * !!!!
    ...

Posted in relationExtendQuery

How can I refresh field's (without full form refresh ) data after the updating form is saved? For ex...

Posted in Update form field data

It's my solution for:

on Plugin.php


...
use Backend\Controllers\Users as BackendUsers;
use Backend\...

Posted in Restrict creating backend superusers for new users

I spent a deeper testing and discovered that my solution is wrong. (((

Posted in Repeater widget inside another Repeater widget (Bug or feature?! )

I think I found the solution!))) Adding this code into root\modules\backend\formwidgets\Repeater.php...

Posted in Repeater widget inside another Repeater widget (Bug or feature?! )

But the data saved in database properly. I should only delete excess subitems manually. Bug occurs o...

Posted in Repeater widget inside another Repeater widget (Bug or feature?! )

fields.yaml


fields:
    testcol:
        type: repeater
        form:
            fields:
         ...

Posted in Repeater widget inside another Repeater widget (Bug or feature?! )