5 Commits

Author SHA1 Message Date
Tobias Dillmann adb9f6b071 Authorize project custom field access in inplace edit dialog 2026-06-10 14:09:25 +02:00
Henriette Darge 66dc6835e7 Add unit tests for new inplace edit fields 2026-03-13 12:57:14 +01:00
Alexander Brandon Coles 3c6dee61d2 Inject update_registry instance into component and controller
Passes an `UpdateRegistry` instance as a parameter to
`InplaceEditFieldComponent` and `InplaceEditFieldsController` instead of
referencing the global class directly. Updates both specs to inject a
dedicated `UpdateRegistry.new` instance rather than stubbing class-level
methods.
2026-03-05 07:13:50 -03:00
Henriette Darge 71592a79fc Remove eager loading option from the inplace edit fields. Now all fields are rendered the same way, making it easier to understand und use the code. 2026-01-29 14:37:14 +01:00
Henriette Darge c09af64fe1 Add first tests for new inplace edit fields 2026-01-29 14:37:12 +01:00