play-project / play

The main repository, used for website and issues
2 stars 0 forks source link

Editing, Deleting and Downloading permissions in PLAY.Gov is not implemented #68

Open stuehmer opened 11 years ago

stuehmer commented 11 years ago

Hi!

Permissions cannot be edited, deleted or downloaded in UI e.g. when looking at some permission at /permissions/personal_monitoring_001# the buttons do nothing.

Best,

Roland.

chamerling commented 11 years ago

Play.gov is using governance SOAP API : https://github.com/play-project/play-governance/blob/master/governance-permission-service/src/main/java/org/ow2/play/governance/permission/service/PermissionService.java#L41

So yes, some operations are missing. Note that the permission service is based on the metadata one so most of the operations should be easy to implement since the metadata service implements almost all types of data manipulation.

chamerling commented 11 years ago

@stuehmer which download format do you need?

stuehmer commented 11 years ago

the permissions are part of the metadata download right? if so then I don't need another download right now.

(RDF would be nice but not necessary now)