Bug 156590 - Package Manager is missing "Reset Ignored Dependency Conflicts"
Summary: Package Manager is missing "Reset Ignored Dependency Conflicts"
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Hundhammer
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 16:42 UTC by Stephan Binner
Modified: 2006-04-07 07:43 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2006-03-09 16:42:40 UTC
The YaST Software Management tool is missing the "Extras/Reset Ignored Dependency Conflicts" menu entry. There doesn't seem to be an obvious way to reset previously ignored conflicts.
Comment 1 Stefan Schubert 2006-03-25 16:11:23 UTC
I have added it to Resolver.h:
    /*
     * Undo solver changes done in resolvePool()
     * Throwing away all ignored dependencies.
     */
    void undo( void );

Stefan, what happens, if the user click "Abort" in the installation workflow ?
Shall we implementet this menue entry, or is it too late ?
Comment 2 Stefan Hundhammer 2006-03-27 13:45:20 UTC
Added a call to that function to the "Extras" menu.
Comment 3 Stefan Hundhammer 2006-03-27 13:46:14 UTC
fixed
Comment 4 Stephan Binner 2006-04-04 15:33:16 UTC
In 10.0 the "Reset Ignored Dependency Conflicts" menu item was disabled when there was nothing to reset. In 10.1 it seems to be always active.

Shall I reopen or file a separate bug report?
Comment 5 Stefan Hundhammer 2006-04-05 14:29:44 UTC
The UI has no way of knowing if there is anything to reset.
Comment 6 Stephan Binner 2006-04-07 07:43:09 UTC
Then it should be added for the UI in the backend, no?