|
Bugzilla – Full Text Bug Listing |
| Summary: | Package Manager is missing "Reset Ignored Dependency Conflicts" | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Stephan Binner <stbinner> |
| Component: | YaST2 | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Binner
2006-03-09 16:42:40 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 ?
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? |