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

Expand support for fields that can be copied to clipboard #1233

Merged
merged 1 commit into from
Apr 30, 2023

Conversation

mnmt7
Copy link
Contributor

@mnmt7 mnmt7 commented Apr 30, 2023

This change resolves the issue #1154.
Furthermore, the update includes a new functionality that limits the fields where values can be pasted using the hotkey. Prior to this update, the hotkey allowed for the pasting of values in any field type, including read-only fields like CreatedBy, CreatedAt. This created the possibility for data corruption, as read-only fields could be modified. The new feature prevents such accidental modifications by restricting the fields where the hotkey can be used, ensuring that read-only fields remain unmodifiable.

@vercel
Copy link

vercel bot commented Apr 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rowy-os ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2023 9:59am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rowy-typedoc ⬜️ Ignored (Inspect) Apr 30, 2023 9:59am

@vercel
Copy link

vercel bot commented Apr 30, 2023

@mnmt7 is attempting to deploy a commit to the Rowy Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@bofeiw bofeiw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bofeiw bofeiw merged commit b8c231a into rowyio:develop Apr 30, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants