-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Datasette 0.14a0 #7
Comments
This breaks the tests, as expected Refs #7
I'm going to switch this plugin to work directly against the new tables using these new methods: https://docs.datasette.io/en/1.0a14/internals.html#getting-and-setting-metadata |
Starting Datasette like this ensures even logged-out users can edit metadata datasette --internal internal.db -s permissions.datasette-metadata-editable-edit true |
This plugin won't need its own But... I might add an audit log table of some sort in order to let it record WHO edited the metadata and when. |
I should probably add a migration which looks for an existing |
Also added source_url and license_url, refs #3
This breaks the tests, as expected Refs #7
Also added source_url and license_url, refs #3
I landed the PR. |
Refs:
The text was updated successfully, but these errors were encountered: