Skip to content
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

Feature request: Individual preferences per database #2224

Open
aeisi opened this issue Aug 22, 2018 · 5 comments
Open

Feature request: Individual preferences per database #2224

aeisi opened this issue Aug 22, 2018 · 5 comments

Comments

@aeisi
Copy link

aeisi commented Aug 22, 2018

I have two databases, one for private and one for work purposes.
I would e.g. like the work database automatically lock itself after X seconds and my private one after Y seconds.

Expected Behavior

I am able to configure database 1 with X seconds for automatic locking and database 2 with Y seconds for automatic locking.

Current Behavior

I am able to configure only automatic locking after X seconds for all databases, i.e. it is a global setting for the whole application behaviour instead of per database setting.

Possible Solution

Preferences per database individually.

@droidmonkey
Copy link
Member

droidmonkey commented Aug 23, 2018

This can easily be implemented using custom attributes on the root group. The idea is individual database settings would override the global settings (security settings in particular). Obviously not all settings apply to specific databases (recently opened files, for example).

@TheZ3ro
Copy link
Contributor

TheZ3ro commented Aug 23, 2018

Instead of custom attributes on the root group we can use database's custom data like in #1497

@droidmonkey
Copy link
Member

droidmonkey commented Aug 25, 2018

Yah that's what i meant, sorry used the wrong term.

@varjolintu
Copy link
Member

Related PR: #9406

@siddhpant
Copy link

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Settings Overhaul
Development

No branches or pull requests

6 participants