herzgarlan22551 Approved

Member since: 2014-05-30

Recent posts by herzgarlan22551
Post When

For anyone encountered this issue, you can use Behaviors when attaching purgeable attribute to the e...

Posted in Extend plugin using sluggable trait

Hi, Thanks hope to see this feature it'll be awesome to have!

Posted in How to Export/Import Forms and Fields?

Is there a way to export/import Forms and Fields? My issue right now is that I use database dump to ...

Posted in How to Export/Import Forms and Fields?

Hi Chris,

You can specify the order in your relationship inside your Model.

public $belongsTo = [ 'u...

Posted in how to sort recordfinder ?

Hi bren,

You can create your own validation to handle this. In your Model, use the beforeValidate() ...

Posted in Date Range Picker in forms

Hi James,

Try to use 'regex:/[^0-9]/' instead, then you may need to customize your message as well.

Posted in Validating Rules, Numeric or Integer seemed to be not working

Hi Crazymodder,

Found out that I don't need those otherKey and it's working now just got confused wi...

Posted in Display a list of updates in a form fields

Hi,

I'm building a plugin for handling Products and Products' movement, Inserting to the ProductMove...

Posted in Display a list of updates in a form fields

Hi DMeganoski,

Yes I think so, but currently my heroku is set to php version 7. I actually gave up o...

Posted in Plugin created using Builder error pluginDetails

Hi Guys,

Thanks for building the Builder plugin, really saves me time on building the my plugins sca...

Posted in Plugin created using Builder error pluginDetails