pharo-pkg / pakbot

Pakbot package manager
MIT License
15 stars 9 forks source link

Fix edit dependency in PBPackageDependenciesView #202

Open demarey opened 2 years ago

demarey commented 2 years ago

Add and remove dependencies work (need to check if it is covered by a test case). Edit dependencies do not work. It should work bot for a project dependency and a package dependency

demarey commented 2 years ago

PBPackageDependenciesView>>#editAction should define an okAction getting values from presenters to set them on the dependency. Need to use #updateDependency from updateDependency and co?