Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove quaestor check for copy usernames #770

Merged
merged 39 commits into from
Jun 5, 2023
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8a161b1
Merge branch 'staging' of https://github.com/csvalpha/amber-ui
guidojw Dec 9, 2021
61d2156
Merge staging into master
github-actions[bot] Jan 19, 2022
f3f3d37
Merge staging into master
github-actions[bot] Feb 7, 2022
466e5fd
Merge staging into master
github-actions[bot] Feb 9, 2022
808f41f
Merge staging into master
github-actions[bot] Mar 11, 2022
cbc1e25
Merge staging into master
github-actions[bot] Mar 15, 2022
a39cf01
Merge staging into master
github-actions[bot] May 4, 2022
0138f96
Merge staging into master
github-actions[bot] May 4, 2022
0fb4791
Merge staging into master
github-actions[bot] May 14, 2022
084238b
Merge staging into master
github-actions[bot] Jun 9, 2022
b763566
Merge staging into master
github-actions[bot] Jun 30, 2022
0a7e31e
Merge staging into master
github-actions[bot] Jul 18, 2022
c8d7c31
Merge staging into master
github-actions[bot] Aug 4, 2022
e1aae14
Merge staging into master
github-actions[bot] Aug 17, 2022
3e2f688
Merge staging into master
github-actions[bot] Sep 12, 2022
442e6c0
Merge staging into master
github-actions[bot] Nov 1, 2022
5ea7564
Merge staging into master
github-actions[bot] Nov 2, 2022
6f27ee8
Merge staging into master
github-actions[bot] Nov 17, 2022
bd9317a
Merge staging into master
github-actions[bot] Nov 21, 2022
32f0682
Merge staging into master
github-actions[bot] Nov 27, 2022
ed1820b
Merge staging into master
github-actions[bot] Dec 8, 2022
4c5f261
Merge staging into master
github-actions[bot] Dec 19, 2022
f27255f
Merge staging into master
github-actions[bot] Dec 21, 2022
1bd826c
Merge staging into master
github-actions[bot] Jan 13, 2023
d6fe12a
Merge staging into master
github-actions[bot] Jan 18, 2023
9b5b365
Merge staging into master
github-actions[bot] Jan 29, 2023
eb23037
Merge staging into master
github-actions[bot] Mar 9, 2023
a28c2af
Merge staging into master
github-actions[bot] Mar 12, 2023
bc2d39b
Merge staging into master
github-actions[bot] Mar 13, 2023
32e5175
Merge staging into master
github-actions[bot] Mar 14, 2023
4b25782
Merge staging into master
github-actions[bot] Mar 24, 2023
b231c54
Merge staging into master
github-actions[bot] Apr 18, 2023
c5c66bd
Merge staging into master
github-actions[bot] Apr 20, 2023
a1a7e1e
Merge staging into master
github-actions[bot] May 2, 2023
5660217
Merge staging into master
github-actions[bot] May 6, 2023
1fa9ed7
Merge staging into master
github-actions[bot] May 8, 2023
a18c465
Merge staging into master
github-actions[bot] May 19, 2023
d1ad900
Merge staging into master
github-actions[bot] May 20, 2023
7dc96ba
Remove quaestor check for copy usernames
wilco375 May 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions app/components/form/responses-table-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<div class='row align-items-center'>
<h5 class='card-title col'>Inschrijvingen</h5>
<div class='col col-md-auto d-flex align-items-center flex-wrap'>
{{#if (can 'create debit/collections')}}
<button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' (action 'copyUsernames')}}>
Kopieer gebruikersnamen
</button>
{{/if}}
<button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' (action 'copyUsernames')}}>
Kopieer gebruikersnamen
</button>
<div class="form-check">
<Input
@type='checkbox'
Expand All @@ -35,4 +33,4 @@
<div class='alert alert-warning' role='alert'>
Er heeft zich nog niemand ingeschreven
</div>
{{/if}}
{{/if}}