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

Allow language to be marked as readonly #85

Open
DaveGreasley opened this issue Mar 28, 2017 · 1 comment
Open

Allow language to be marked as readonly #85

DaveGreasley opened this issue Mar 28, 2017 · 1 comment

Comments

@DaveGreasley
Copy link

It would be useful if, rather than removing a language altogether (using the FilterLanguages event), we could mark a language as readonly so that the value can be seen but not updated.

@mattbrailsford
Copy link
Collaborator

Just adding a comment to this really. This is not as simple as it first appears. The fix in your repo is fine for anything that is an input field, but people put many types of property editors inside vorto including things like the grid which is pretty dificult to make read only. My concern would be we implement this and people could modify something even if it's flagged to be readonly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants