-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: Make all task titles/descriptions read-only to all but the author/assignee. #53749
Merged
thienlnam
merged 27 commits into
Expensify:main
from
Krishna2323:krishna2323/issue/52979_pr2
Dec 23, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8fcb133
fix: Make all task titles/descriptions read-only to all but the autho…
Krishna2323 737d469
fix 'withOnyx' is deprecated warning.
Krishna2323 0e46d44
fix 'withOnyx' is deprecated warning in TaskHeaderActionButton.
Krishna2323 fd36917
Merge branch 'main' into krishna2323/issue/52979_pr2
Krishna2323 eb1df5b
update cursor style for task view.
Krishna2323 b78d7bc
fix es-lint.
Krishna2323 6ff76aa
Merge branch 'Expensify:main' into krishna2323/issue/52979_pr2
Krishna2323 59ccd0c
disable interaction when task is completed.
Krishna2323 4d9471e
remove console log.
Krishna2323 9317132
minor update.
Krishna2323 2d66f39
minor update.
Krishna2323 880cbed
use interactive variable.
Krishna2323 7dd9409
update canModifyTask function.
Krishna2323 5609459
update canModifyTask function.
Krishna2323 2a02141
use taskOwnerAccountID & taskAssigneeAccountID for task previews.
Krishna2323 9fb9594
revert back cursor style changes for checkbox.
Krishna2323 6b7bd35
Merge branch 'main' into krishna2323/issue/52979_pr2
Krishna2323 a13be8a
revert the new behaviour for tasks.
Krishna2323 bc6034d
Merge branch 'Expensify:main' into krishna2323/issue/52979_pr2
Krishna2323 1f0c7ac
revert changes for header task action button.
Krishna2323 5a26e76
Merge branch 'Expensify:main' into krishna2323/issue/52979_pr2
Krishna2323 5877b0e
permit only the author to make changes in task title and discription.
Krishna2323 b31f66e
update 'canActionTask' to include additional checks.
Krishna2323 52a2cea
fix eslint.
Krishna2323 65b2f41
revert changes to dfeault values.
Krishna2323 e438da3
minor update.
Krishna2323 56a7c3a
Merge branch 'Expensify:main' into krishna2323/issue/52979_pr2
Krishna2323 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a use case that requires using this parameter? If the change comes from a previous update, I think we can consider remove this prop (the same with the reopenTask function)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, we need to pass the taskID to complete/incomplete task.