|
3 | 3 | "nonAuthenticatedUser": "DATASETS", |
4 | 4 | "authenticatedUser": "PROPOSALS" |
5 | 5 | }, |
| 6 | + "checkBoxFilterClickTrigger": false, |
6 | 7 | "accessTokenPrefix": "Bearer ", |
7 | 8 | "addDatasetEnabled": false, |
8 | 9 | "archiveWorkflowEnabled": false, |
|
245 | 246 | ], |
246 | 247 | "conditions": [] |
247 | 248 | }, |
| 249 | + "defaultProposalsListSettings": { |
| 250 | + "columns": [ |
| 251 | + { |
| 252 | + "name": "proposalId", |
| 253 | + "width": 180, |
| 254 | + "enabled": true |
| 255 | + }, |
| 256 | + { |
| 257 | + "name": "title", |
| 258 | + "width": 250, |
| 259 | + "enabled": true |
| 260 | + }, |
| 261 | + { |
| 262 | + "name": "abstract", |
| 263 | + "type": "hoverContent", |
| 264 | + "width": 150, |
| 265 | + "enabled": true |
| 266 | + }, |
| 267 | + { |
| 268 | + "name": "startTime", |
| 269 | + "type": "date", |
| 270 | + "format": "yyyy-MM-dd", |
| 271 | + "width": 200, |
| 272 | + "enabled": true |
| 273 | + }, |
| 274 | + { |
| 275 | + "name": "pi_lastname", |
| 276 | + "enabled": true, |
| 277 | + "width": 200 |
| 278 | + } |
| 279 | + ], |
| 280 | + "filters": [ |
| 281 | + { |
| 282 | + "key": "instrumentIds", |
| 283 | + "label": "Instrument", |
| 284 | + "type": "checkbox", |
| 285 | + "description": "Filter by instrument name", |
| 286 | + "enabled": true |
| 287 | + }, |
| 288 | + { |
| 289 | + "key": "pi_lastname", |
| 290 | + "label": "PI Last Name", |
| 291 | + "type": "checkbox", |
| 292 | + "description": "Filter by dataset start time", |
| 293 | + "enabled": true |
| 294 | + }, |
| 295 | + { |
| 296 | + "key": "startTime", |
| 297 | + "label": "Start Time", |
| 298 | + "type": "date", |
| 299 | + "description": "Filter by dataset start time", |
| 300 | + "enabled": true |
| 301 | + } |
| 302 | + ] |
| 303 | + }, |
248 | 304 | "labelsLocalization": { |
249 | | - "datasetDefault": {}, |
250 | | - "datasetCustom": { |
| 305 | + "dataset": { |
251 | 306 | "pid": "PID", |
252 | 307 | "description": "Description", |
253 | 308 | "principalInvestigator": "Principal Investigator", |
|
259 | 314 | "scientificMetadata.run_number.value": "Run Number", |
260 | 315 | "scientificMetadata.start_time": "Start Time" |
261 | 316 | }, |
262 | | - "proposalDefault": { |
| 317 | + "proposal": { |
263 | 318 | "General Information": "Proposal Information", |
264 | 319 | "Title": "Proposal Title", |
265 | 320 | "Abstract": "Abstract", |
|
271 | 326 | "Creator Information": "People", |
272 | 327 | "Main Proposer": "Proposal Submitted By", |
273 | 328 | "Principal Investigator": "Principal Investigator", |
274 | | - "Metadata": "Additional Information" |
| 329 | + "Metadata": "Additional Information", |
| 330 | + "proposalId": "Proposal Id", |
| 331 | + "startTime": "Start Date", |
| 332 | + "title": "Proposal Title", |
| 333 | + "abstract": "Abstract", |
| 334 | + "pi_lastname": "PI Last Name", |
| 335 | + "type": "Type", |
| 336 | + "instrumentIds": "Instrument" |
275 | 337 | } |
276 | 338 | }, |
277 | 339 | "dateFormat": "yyyy-MM-dd HH:mm", |
|
0 commit comments