Bug 550880 - [Quick Access] Previous picks list should not store and clear non-retrieved proposals
Summary: [Quick Access] Previous picks list should not store and clear non-retrieved p...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.12   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-09 02:49 EDT by Mickael Istria CLA
Modified: 2019-09-09 03:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2019-09-09 02:49:26 EDT
When selecting some Quick Access proposal, it gets added to the Previous Pick list. However, some of those proposals might be volatile, not-retrievable from the related provider and get added anyway.
This makes a previous pick slot useless, and can -for cases where the processor isn't implemented at best- cause some issues.
Before storing the previous picks, the Quick Access should check whether the proposal is retrievable (by trying to re-build it from the previous pick info) and if not, just skip it instead of storing it.