BookOps-CAT / babel

Windows application for library selectors. Creates order MARC records for Sierra based on data from a spreadsheet.
0 stars 0 forks source link

CartView comboboxes, etc. do not update #9

Closed klinga closed 5 years ago

klinga commented 5 years ago

Comboboxes' values should automatically update if a new value is entered into one of the tables, for example after adding a new fund or shelf code, new values should be added to comboboxes when user comes back to the cart

klinga commented 5 years ago

fixed, values were not updating because of FundView and TableView would force profile to be set to "All users" preventing a trigger for updates to be fired up when user navigated back to CartView. Solution: FundView and TableView do not fool around profile and even if that may be somewhat misleading display user profile in their windows even though funds and tables apply to all users.