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

[QUESTION] Custom schema for edit #191

Closed
mizbanpaytakht opened this issue Jun 26, 2022 · 3 comments
Closed

[QUESTION] Custom schema for edit #191

mizbanpaytakht opened this issue Jun 26, 2022 · 3 comments
Labels
question Further information is requested stale

Comments

@mizbanpaytakht
Copy link

Description

Is there any way to have a custom schema for form edit in laraform-laravel? disable some fields and only shows some fields on edit.

@mizbanpaytakht mizbanpaytakht added the question Further information is requested label Jun 26, 2022
@adamberecz
Copy link
Collaborator

You need to handle that manually, but as schema can be defined in a function and classes can be extended you might create two forms with _create and _edit suffixes that points to the same base form and modifies its schema.

@stale
Copy link

stale bot commented Jul 14, 2022

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs.

@stale stale bot added the stale label Jul 14, 2022
@stale
Copy link

stale bot commented Jul 31, 2022

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period.

@stale stale bot closed this as completed Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

2 participants