Opened 11 years ago
Closed 11 years ago
#2355 closed defect (fixed)
mg-desktop: No-op UPDATEREPOSITORY calls in a package manifest
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Desktop API | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
mg-desktop doesn't implement the UpdateRepository API. However package loading code still calls this un-implemented API throwing a MgNotImplementedException as a result.
The easy fix is to simply ignore such operations.
Note:
See TracTickets
for help on using tickets.
Fixed 2.4 (r7867), 2.5 (r7868) and trunk (r7869)