Chore/user role validation - #3260
Merged
Merged
Conversation
prateekshourya29
marked this pull request as ready for review
December 28, 2023 08:53
aaryan610
reviewed
Dec 28, 2023
aaryan610
approved these changes
Dec 28, 2023
sriramveeraghanta
approved these changes
Dec 29, 2023
sriramveeraghanta
pushed a commit
that referenced
this pull request
Jan 22, 2024
* chore: remove `Save View` option for guest/ viewer from project issues header. * chore: allow guest/ viewer to clear applied filters in project issues. * chore: disable `date`, `label` property access for guests/ viewer in all project issue views. * chore: update `Workspace Issues` -> `All Issues` header. * chore: refactor apply/ clear filter implementation in All Issues. * Revert "chore: refactor apply/ clear filter implementation in All Issues." This reverts commit 024822d. * Revert "chore: allow guest/ viewer to clear applied filters in project issues." This reverts commit 3dae871. * Revert "chore: update `Workspace Issues` -> `All Issues` header." This reverts commit 03f90be. * chore: remove `cursor-pointer` style from non actionable issue properties.
vamsikrishnamathala
pushed a commit
that referenced
this pull request
Aug 7, 2025
* chore: endpoints for advance analytics * chore: updated the analytics version * chore: added query paramter for tables * chore: updated the analytics stats * chore: added updated at and updated by * chore: analytics endpoints ee * chore: revamped the analytics * chore: removed the duplicated code * fix: minor value update * chore: added the filter to remove bot users * chore: added the is bot validation for project memebers
DoctorFogarty
pushed a commit
to DoctorFogarty/plane
that referenced
this pull request
Aug 7, 2026
* chore: remove `Save View` option for guest/ viewer from project issues header. * chore: allow guest/ viewer to clear applied filters in project issues. * chore: disable `date`, `label` property access for guests/ viewer in all project issue views. * chore: update `Workspace Issues` -> `All Issues` header. * chore: refactor apply/ clear filter implementation in All Issues. * Revert "chore: refactor apply/ clear filter implementation in All Issues." This reverts commit 024822d. * Revert "chore: allow guest/ viewer to clear applied filters in project issues." This reverts commit 3dae871. * Revert "chore: update `Workspace Issues` -> `All Issues` header." This reverts commit 03f90be. * chore: remove `cursor-pointer` style from non actionable issue properties.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
DateandLabelproperties even without access.Solution
Save Viewoption from the header for Guest/ Viewers.Before Fix
After Fix
DateandLabelproperties with proper styling for all views.https://github.com/makeplane/plane/assets/33979846/461ab417-db26-4ef6-add3-63517e92d8d3