keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
40 stars 9 forks source link

Remove inline create for authors #278

Closed Noviny closed 2 years ago

Noviny commented 2 years ago

Currently when creating a post if you attempt to create an author, it fails as you haven't provided a password field.

This update disables inline create for authors.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 9c685c5be585278602ef5939c32f25aaf9af38d0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ------------------- | ----- | | keystone-app | Patch | | create-keystone-app | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

dcousens commented 2 years ago

https://github.com/keystonejs/create-keystone-app/pull/292 was a duplicate of this, but was merged first. (oops)

I have resolved the merge conflict and agree with @Noviny that this is a better approach.