GRUD_DEV-1250/group column permissions - #579
Merged
Merged
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
smnhgn
added this pull request to stack #580
September 14, 2026 08:57
14 tasks
smnhgn
force-pushed
the
GRUD_DEV-1250/group-column-permissions
branch
2 times, most recently
from
September 14, 2026 09:34
0d8798a to
a703a76
Compare
hermann-p
previously approved these changes
Sep 14, 2026
hermann-p
left a comment
Contributor
There was a problem hiding this comment.
Ok, schaut gut aus mit den Permissions. Schön zentral gefixt und das Verhalten mit dem Öffnen aber beibehalten/wiederhergestellt - hier hatte ich meinen Kommentar zum PR wohl aus Versehen in den übergeordneten Branch geschrieben.
smnhgn
dismissed
hermann-p’s stale review
September 14, 2026 13:26
The merge-base changed after approval.
smnhgn
force-pushed
the
GRUD_DEV-1250/group-column-permissions
branch
from
September 14, 2026 13:27
a703a76 to
1e50a1f
Compare
smnhgn
force-pushed
the
GRUD_DEV-1250/group-column-permissions
branch
from
September 15, 2026 07:45
1e50a1f to
4ad3ec0
Compare
zingmane
approved these changes
Sep 18, 2026
zingmane
disabled the stack merge
September 18, 2026 13:18
zingmane
disabled the stack merge
September 18, 2026 13:22
zingmane
force-pushed
the
GRUD_DEV-1250/group-column-permissions
branch
from
September 18, 2026 13:23
4ad3ec0 to
c9dd4a6
Compare
Base automatically changed from
GRUD_DEV-1247/refactor-group-display-value
to
master
September 18, 2026 13:25
A group column has no editCellValue of its own, so a group cell is editable as soon as one of its members is. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
zingmane
force-pushed
the
GRUD_DEV-1250/group-column-permissions
branch
from
September 18, 2026 13:25
c9dd4a6 to
d2983d9
Compare
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.
Submit a pull request
Related Ticket: GRUD_DEV-1250
Please make sure the following is true
Other information/comments (e.g. reasons why points are not checked from above)
Important
Muss in Verbindung mit dem Backend-PR GRUD_DEV-1250/group column permissions getestet werden!
Reason for this PR
Bisher wurde die GroupCell immer als editierbar angezeigt.
Mit den Änderungen werden in der GroupCell nun die Permissions und sonstige Kriterien (UnionTable, archived etc.) berücksichtigt.
Bzgl. Permissions wird die GroupCell nur als editierbar gewertet, wenn mindestens eine der enthaltenen Spalten editierbar ist.