bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

Better "Select Database" picker for Main editor #223

Closed bsimser closed 8 years ago

bsimser commented 8 years ago

Original report by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


The main editor forces the user to choose a new item database when none is selected. This is done through a standard OS based object picker, which blocks the entire UI.

If no database is created by the user they're forced to choose the demo database, but this can be hard to locate. If the user deleted the demo database, well.. mayhem.

Create a better solution for this; For example: Allow the user to create a database if none user-based databases have been created yet. Or allow the user to cancel and create a database instead.

bsimser commented 8 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Added create database button to the dialog "select database" fixes #223 and fixes #216

bsimser commented 8 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Added create database button to the dialog "select database" fixes #223 and fixes #216