Previews

No matching results.

x
1
2
3
4
<button title="Edit the status of the work package" aria-label="Edit the status of the work package" type="button" data-view-component="true" class="__hl_background_status_1 Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">New</span>
</span>
</button>
1
2
3
4
5
6
user = FactoryBot.build_stubbed(:admin)
work_package = FactoryBot.build_stubbed(:work_package, status: Status.first)
render(WorkPackages::StatusButtonComponent.new(work_package:,
user:,
readonly:,
button_arguments: { size: }))
Param Description Input