Commit 95a4ce3
committed
🚸 [#319] feat: Change label and order of ProcesType options
IMHO, having the "nummer" first gives better UX, because the user knows
the number they need by heart, and the most recent jaar is most often
needed.
```python
return OBOption(label=f"{arg.nummer} - {arg.jaar} - {arg.naam}", value=arg.url)
```1 parent 7646840 commit 95a4ce3
File tree
2 files changed
+3
-7
lines changed- backend/src/openbeheer
- types
- zaaktype/tests
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | 773 | | |
777 | | - | |
778 | | - | |
| 774 | + | |
779 | 775 | | |
780 | 776 | | |
781 | 777 | | |
| |||
0 commit comments