Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (742 - 744 of 2152)

Ticket Resolution Summary Owner Reporter
#1536 fixed Group deletion doesn't work dread dread

Reported by dread, 2 years ago.

Description

In the Web interface and API, an administrator can set the 'state' field of a group to 'deleted' but this change is ignored in the save/submit and it doesn't get deleted.

#2292 fixed Group edit form no longer allows for adding of multiple datasets at once rgrp rgrp

Reported by rgrp, 2 years ago.

Description

Can only add one dataset at a time now (not sure when this broke but was working ~2-3m ago).

Assigning to seanh for review and estimation. I'd rate this as quite annoying but not absolutely critical (hence assigned priority).

#1337 fixed Group extras are JSON endoded in the REST API responses amercader amercader

Reported by amercader, 3 years ago.

Description

Instead of this:

extras: {
type: ""Primary source""
license_id: ""localauth-withrights""
publisher_frequency: ""2Pre\u00f1o \u20ac $ \u00e0dri\u00e0""
}

we should return this:

extras: {
type: "Primary source",
license_id: "localauth-withrights",
publisher_frequency: "2Preño € $ àdrià",
}
Note: See TracQuery for help on using queries.