mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[GH-ISSUE #37] Enable "Global" user visibility? #22
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kwri-avongluck on GitHub (Sep 24, 2020).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/37
Is there a way to enable "global" visibility of checks between users?
A website check created by User A is not visible to User B.
@OwenMelbz commented on GitHub (Sep 24, 2020):
Hi,
This to me sounds a bit like "Teams" functionality.
But you could try removing the scoping here: https://github.com/maelstrom-cms/odin/blob/master/app/Website.php#L48
So it applies a "where" on user_id, you could try removing that and seeing what happens.
I'm going to close this ticket as it's not a bug just a request :)
@kwri-avongluck commented on GitHub (Sep 24, 2020):
yup! Thanks!
For any future onlookers: