Skip to content

Save data but now show data  #6

Description

@abkrim

Laravel: 7.13.0
Nova: 3.6.0

Hi.

I'm testing your package.

Simple test not work.

            Json::make('data', [
               Select::make('Provider name', 'provider_name')
                ->options([
                    'castris' => 'Castris',
                    'ovh' => 'OVH',
                    'scaleway' => 'Scaleyway'
                ])->rules('required')->default('ovh'),
            ])->saveHistory()->hideFromIndex(),

This save data in data column, but not show when try to See or Edit a row.

Also if remove hidefromIndex() not show value.

But in database is correct. data has saved value.

Screenshot_20200602_100218

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions