Skip to content

Releases: IntegratedBreedingPlatform/Field-Book

Filter fields by program and trial

14 Jul 19:25

Choose a tag to compare

Pre-release
BrAPI: Filter fields by program and trial

- New options menu in BrAPI Select fields activity:
 - Filter by program
 - Filter by trial
- New Select Programs activity: select one programDbId and return it
- New Select Trial activity:
 - Trial list filtered by programDbId (if available).
 - Select one trialDbId and return it.
- BrAPIService:
 - getPrograms
 - getTrials
 - getStudies: filter by programDbId and trialDbId

Fix #134
IBP-3880