RepoKK / kukan

1 stars 0 forks source link

The Yoji list inline edition of the 日課 boolean is broken #6

Closed RepoKK closed 5 years ago

RepoKK commented 6 years ago

The list is using a template slot which doesn't seem to be called anymore:

        <fr-addrem-anki :in_anki_init="props.row[column.field]"
                        :yoji="props.row['yoji'].match(/<a [^>]+>([^<]+)<\/a>/)[1]"
                        :edit_allowed="editEnabled">
        </fr-addrem-anki>

This is most likely due to the rework of the table

Note: the button in the Yoji detail screen does work as expected