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

info24891
info24891

Hi everyone, since the latest update, it's not possible to save changes of a text element in a component anymore, because the save button disappeared. Here is my code:

public function defineProperties()
{
    return [
        'maxItems' => [
            'title'             => 'Textbox',                
            'description'       => 'Enter some text',
            'type'              => 'text',  // Displays a extra popup for the text, but the save button disappeared
            'default'           => 'This is just the default text'
            ]
        ];
}

I always have to go into my ftp server now, to edit the text directly in the file. Any idea what I can do?

Thanks.

JeffGoldblum
JeffGoldblum

Please submit an issue on GitHub along with a screenshot of the problem (including your browser's dev console)

mjauvin
JeffGoldblum
JeffGoldblum

Are you running Build 468?

info24891
info24891

I'm running build 468, but I already figured out, that I can fix this on this way https://github.com/skydiver/october-plugin-forms/issues/203

Or I simply wait for the stable version 469.

Thanks for your help!

Last updated

1-5 of 5

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