This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Tschallacka
Tschallacka

This is caused by a change, and there is a simple solution to fix it:

Everywhere where in config_form and config_relation and config_list and config whatever.yaml an @/plugins/authorname/pluginname/models/someconfig.yaml is used,

REPLACE the @ for a ~(thanks daftspunk)

So it goes FROM:

 list: @/plugins/authorname/pluginname/models/someconfig.yaml

TO:

 list: ~/plugins/authorname/pluginname/models/someconfig.yaml

And you have the same behaviour :-)

Last updated

daftspunky
daftspunky

The @ symbol was replaced with ~ so the like-for-like replacement is

 list: ~/plugins/authorname/pluginname/models/someconfig.yaml
Tschallacka
Tschallacka

Cool :-) good to know. Now google will have hits too when people google this ;-) I updated my post for the hasty readers ;-)

Last updated

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.