Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (163 - 165 of 2152)

Ticket Resolution Summary Owner Reporter
#2843 fixed Adding existing datasets to organizations is broken seanh seanh

Reported by seanh, 21 months ago.

Description

On the organization read page there is only an 'Add Dataset' button, not a drop-down with add new dataset or add existing dataset as on the default group page.

On the organization edit page you do have the drop-down, but if you click add existing dataset nothing happens except it appends #datasets to the URL

#155 duplicate Adding multiple packages to a group dread dread

Reported by dread, 5 years ago.

Description

Ability to add multiple packages to a group in one go (e.g. with 'add' link which makes drop down menu appear - so can add one after another - then submit simultaneously)

Use a bit of javascript to add more dropdowns.

Suggested by Jonathan Gray

#1140 fixed Adding the package to the group is not search indexed dread

Reported by dread, 3 years ago.

Description

To reproduce:

  1. paster db init
  2. paster create-test-data
  3. In Web UI: create new group 'tilo', which includes package 'annakarenina'
  4. curl http://localhost:5000/api/search/package?groups=tilo results in 0 results (WRONG)
  5. paster search-index rebuild
  6. curl http://localhost:5000/api/search/package?groups=tilo results in 1 result
Note: See TracQuery for help on using queries.