mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #41] Feature request: Add user defaults #31
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#31
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 @Pukkahq on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/41
Originally assigned to: @KelvinTegelaar on GitHub.
When adding a "user" allow system wide default setting for "Usage location"
@KelvinTegelaar commented on GitHub (Oct 17, 2021):
Good one. @redanthrax was speaking about adding cookies recently and I am thinking we'll have to for this feature. We can't and don't want to store any info server side.
@dbeta commented on GitHub (Oct 20, 2021):
Instead of cookies, shouldn't you use local storage for this? Local storage isn't sent back to the server ever, so it further separates Client and Server.
@KelvinTegelaar commented on GitHub (Oct 20, 2021):
Used localstorage, it no reuses the last location when you refresh; this also makes it each if you're adding users in bulk that need a different location.