Commit 2abf9e0
committed
Merge branch 'develop' into SWAP-5408-invite-DAU
Resolves a conflict in getInvitedProposal. develop (#1655) fixed the
null handling with .first(); this branch had widened the query to
cover data_access_claims alongside co_proposer_claims.
Kept both: the union subquery from this branch, returning through
.first().then(...) as on develop.113 files changed
Lines changed: 4946 additions & 1415 deletions
File tree
- .github/workflows
- apps
- backend
- db_patches
- db_seeds
- src
- auth
- config/dls
- datasources
- mockups
- postgres
- eventHandlers
- workflowEntities
- experiment
- proposal
- events
- models
- mutations
- resolvers/mutations
- settings
- utils
- workflowEngine
- guards
- e2e
- cypress/e2e
- frontend
- src
- components
- call
- common
- experimentSafetyReview
- experimentSafety
- experiment
- proposal
- questionary
- questionaries/esi
- questionaryComponents
- DynamicMultipleChoice
- GenericTemplate
- SampleDeclaration
- TechnicalReviewBasis
- settings/workflow
- shipments
- statusActionsLogs
- visit
- graphql
- experiment
- proposal
- settings
- models/questionary
- experimentSafety
- genericTemplate
- sample
- shipment
- visit
- utils
- documentation
- docs/developer-guide
- validation
- src/Workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 427 | | |
441 | 428 | | |
442 | 429 | | |
443 | 430 | | |
444 | 431 | | |
445 | 432 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | 433 | | |
452 | 434 | | |
453 | 435 | | |
| |||
540 | 522 | | |
541 | 523 | | |
542 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
543 | 534 | | |
544 | 535 | | |
545 | 536 | | |
| |||
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments