Skip to content
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

Generate button still active when edit = false #7

Closed
Jeffrey-IKUU opened this issue Mar 29, 2024 · 6 comments
Closed

Generate button still active when edit = false #7

Jeffrey-IKUU opened this issue Mar 29, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Jeffrey-IKUU
Copy link

Jeffrey-IKUU commented Mar 29, 2024

In the field settings I've disabled editing (Editable field is set to false). When creating a new content type, the field is shown with a valid value. The field is gray instead of white, indicating the editable field is set properly. Still, the generate button is visible and actually creating a new value when clicked. This shouldn't be possible when edit = false.

image

@Jeffrey-IKUU
Copy link
Author

Schermafbeelding 2024-03-29 160024

@soranoo soranoo added the bug Something isn't working label Mar 29, 2024
@Jeffrey-IKUU
Copy link
Author

Jeffrey-IKUU commented Apr 24, 2024

Just installed 0.1.5 but the button's still there...

update package, npm install, npm run build but no difference. Also tried to remove node_modules and package-lock and reinstall/rebuild but also without any difference.

@soranoo
Copy link
Owner

soranoo commented Apr 24, 2024

Which version of Strapi are you using?

@Jeffrey-IKUU
Copy link
Author

"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^1.1.2",
"@strapi/plugin-i18n": "4.5.0",
"@strapi/plugin-users-permissions": "4.5.0",
"@strapi/provider-upload-cloudinary": "^4.5.0",
"@strapi/strapi": "4.11.0",
"better-sqlite3": "7.4.6",
"pg": "^8.9.0",
"strapi-plugin-populate-deep": "^1.1.2",
"strapi-plugin-website-preview": "^1.0.5",
"strapi-ulid": "^0.1.5"
},

@soranoo soranoo reopened this May 1, 2024
@soranoo
Copy link
Owner

soranoo commented May 1, 2024

A new version 0.1.6 has been released. It should be fine now.

image

soranoo added a commit that referenced this issue May 1, 2024
@Jeffrey-IKUU
Copy link
Author

Fixed, thank you!

@soranoo soranoo closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants