Bugzilla – Bug 156590
Package Manager is missing "Reset Ignored Dependency Conflicts"
Last modified: 2006-04-07 07:43:09 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.
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 ?
Added a call to that function to the "Extras" menu.
fixed
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?
The UI has no way of knowing if there is anything to reset.
Then it should be added for the UI in the backend, no?