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

Features/input descriptor readonly #139

Merged

Conversation

jdevillard
Copy link
Contributor

This PR allow the use of Readonly which can be defined in the Input Property Descriptor

[Input(
    Description = "description.",
    IsReadOnly = true  
)]

Field of the form can be readonly , this can be usefull for custom activity which can just display information and not allow set property on user side

@jdevillard jdevillard added this to the 3.1 milestone Feb 13, 2024
@sfmskywalker sfmskywalker merged commit 3c0cdb7 into elsa-workflows:main Feb 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants