mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
This PR moves the CR specific logic out of the MultiActionButton and generalises so that we can re-use it across the application. The CR specific logic is moved into: * ApplyButton.tsx * ReviewButton.tsx This fixes a bug where multi action button would be disabled if you tried to apply an approved change request that you had created yourself. |
||
|---|---|---|
| .. | ||
| ChangeRequest | ||
| ChangeRequestConfirmDialog | ||
| ChangeRequestOverview | ||
| ChangeRequestSidebar | ||
| ChangeRequestStatusBadge | ||
| ModifiedInChangeRequestStatusBadge | ||
| ProjectChangeRequests | ||
| ChangeRequest.test.tsx | ||
| changeRequest.types.ts | ||
| ChangeRequestContext.tsx | ||
| ChangeRequestPermissions.test.tsx | ||
| changesCount.ts | ||
| UpdateCount.test.tsx | ||
| UpdateCount.tsx | ||