elweyn
|
f5572febee
|
Testing Creation and EditCreation formulars.
|
2021-12-04 13:27:10 +01:00 |
|
elweyn
|
16fa3de573
|
click on months in the creation form if index 0, and id set for the label
|
2021-12-04 12:29:38 +01:00 |
|
elweyn
|
c7633bb1eb
|
Test submit of EditCreationFormular, remove getCountPendingCreations.
|
2021-12-04 12:22:48 +01:00 |
|
elweyn
|
a5406286fe
|
change logic need a if exists or if not exists to up and downgrade easily.
|
2021-12-04 11:43:00 +01:00 |
|
elweyn
|
9c0bd490fa
|
Moved created method to the end.
|
2021-12-04 11:39:00 +01:00 |
|
elweyn
|
9e8e5e56ab
|
Withdrew alert and replaced them with toasted error or console.log, withdrew non required props from the test files.
|
2021-12-04 11:04:29 +01:00 |
|
ogerly
|
b8854f9365
|
Change the lastUserTransaction.balance and multiplied it by 10000
|
2021-12-04 10:38:25 +01:00 |
|
elweyn
|
2c2e56024d
|
Merge branch 'adminDeletePendingCreationQuery' into adminConfirmPendingCreation
|
2021-12-03 17:17:41 +01:00 |
|
elweyn
|
63ebbf2eda
|
Merge branch 'adminEditPendingCreationQueries' into adminDeletePendingCreationQuery
|
2021-12-03 17:16:21 +01:00 |
|
ogerly
|
180dea4caf
|
Merge adminPendingCreationQueries
|
2021-12-03 17:15:59 +01:00 |
|
ogerly
|
39a85d96d8
|
Remove console log statements.
|
2021-12-03 17:03:09 +01:00 |
|
ogerly
|
688ae36d8f
|
Remove unused import and console log.
|
2021-12-03 17:00:40 +01:00 |
|
ogerly
|
6e250cb63b
|
Remove console.log.
|
2021-12-03 16:49:03 +01:00 |
|
ogerly
|
df393c4ea8
|
Fixe calculation of the new balance.
|
2021-12-03 16:46:14 +01:00 |
|
ogerly
|
0da5c3d2c8
|
Store the right amount in the database.
|
2021-12-03 16:27:01 +01:00 |
|
elweyn
|
9834e96d23
|
Merge branch 'master' into adminConfirmPendingCreation
|
2021-12-03 15:19:34 +01:00 |
|
elweyn
|
a07d34d827
|
Added a state_user_transaction row. withdrew / 10000 from frontend.
|
2021-12-03 14:25:00 +01:00 |
|
elweyn
|
7b3096a88b
|
Change mutation id from int to float and changed the findOrFail parameter to simply id.
|
2021-12-03 12:41:24 +01:00 |
|
ogerly
|
9e5de56977
|
add test commits to store, resetOpenCreations, setOpenCreations
|
2021-12-02 12:57:16 +01:00 |
|
ogerly
|
f6d42e7236
|
add eslint-disable,@typescript-eslint/no-explicit-any @typescript-eslint/explicit-module-boundary-types
|
2021-12-02 12:51:07 +01:00 |
|
ogerly
|
7fb1f1cd1a
|
remove console logs
|
2021-12-02 12:23:33 +01:00 |
|
ogerly
|
573c157b88
|
add asnc function on created und methods getPendingCreations
|
2021-12-02 12:22:37 +01:00 |
|
ogerly
|
3c5778a81b
|
remove alerts, remove test info text
|
2021-12-02 12:14:06 +01:00 |
|
ogerly
|
ab86e95d17
|
result array reverse, remove async from created und methods getPendingCreations
|
2021-12-02 12:11:45 +01:00 |
|
ogerly
|
297c892e57
|
remove console logs
|
2021-12-02 11:52:36 +01:00 |
|
ogerly
|
56fcd7d445
|
change Overview.vue methods getPendingCreations and store set open pending creations
|
2021-12-02 11:51:06 +01:00 |
|
ogerly
|
997230b334
|
text name changed from note to memo
|
2021-12-02 11:26:00 +01:00 |
|
ogerly
|
a93792cab8
|
Mutation for confirmPendingCreation.
|
2021-12-02 10:55:39 +01:00 |
|
Alexander Friedland
|
73a49eacff
|
Merge branch 'master' into adminPendingCreationQueries
|
2021-12-02 10:35:01 +01:00 |
|
Alexander Friedland
|
1605cea902
|
Merge pull request #1147 from gradido/1137-PublisherId-as-input-field-on-register
1137 publisher id as input field on register
|
2021-12-02 10:31:21 +01:00 |
|
Alexander Friedland
|
e5d24fee35
|
Merge branch 'master' into 1137-PublisherId-as-input-field-on-register
|
2021-12-02 09:40:43 +01:00 |
|
Alexander Friedland
|
ed7c702d0e
|
Merge pull request #1135 from gradido/admin_pending_creation
Admin pending creation
|
2021-12-02 09:39:19 +01:00 |
|
ogerly
|
36d3850c3f
|
yarn lint --fix
|
2021-12-02 09:20:38 +01:00 |
|
ogerly
|
fc799a78eb
|
test von store commit publisherId, test store isAdmin
|
2021-12-02 09:19:35 +01:00 |
|
elweyn
|
2192863377
|
--author=ogerly <fridolin@tutanota.com>
creation store prepared
|
2021-12-02 09:06:54 +01:00 |
|
ogerly
|
e09121d854
|
Admin sends confirmPendingCreation to apollo.
|
2021-12-02 08:17:56 +01:00 |
|
elweyn
|
d8a6ac8638
|
Test the EditCreationFormular & add verifyLogin to it.
|
2021-12-02 07:53:44 +01:00 |
|
elweyn
|
a8919a0b08
|
Merge branch 'adminPendingCreationQueries' into adminEditPendingCreationQueries
|
2021-12-02 07:07:13 +01:00 |
|
elweyn
|
6e38477be8
|
Merge branch 'admin_pending_creation' into adminPendingCreationQueries
|
2021-12-02 07:06:54 +01:00 |
|
elweyn
|
4e1baeae2e
|
Test the apollo query for verifyLogin so we get the moderator before an creation.
|
2021-12-02 07:06:38 +01:00 |
|
elweyn
|
b81336c309
|
Merge branch 'adminEditPendingCreationQueries' into adminDeletePendingCreationQuery
|
2021-12-02 06:36:14 +01:00 |
|
elweyn
|
2d2409b65d
|
Added moderator query to the creationFormular so we can send the right moderator id.
|
2021-12-02 06:35:35 +01:00 |
|
elweyn
|
640109d8bf
|
Merge moderator search from admin_pending_creation.
|
2021-12-02 06:32:00 +01:00 |
|
elweyn
|
1004718892
|
Added moderator query to the creationFormular so we can send the right moderator id.
|
2021-12-02 06:30:41 +01:00 |
|
ogerly
|
21b8110f57
|
jest test for input publisherId commit to store
|
2021-12-01 18:51:12 +01:00 |
|
ogerly
|
31adf5d6e2
|
jest test for input publisherId
|
2021-12-01 18:39:25 +01:00 |
|
ogerly
|
c7ab1ee271
|
remove all console logs
|
2021-12-01 17:55:03 +01:00 |
|
ogerly
|
09cdd00c82
|
Add Methods commitStore() for publisherId
|
2021-12-01 17:53:58 +01:00 |
|
ogerly
|
06983d786b
|
remove all console logs
|
2021-12-01 16:54:57 +01:00 |
|
ogerly
|
0c5c59224b
|
hand over and pass to be able to close editforms cleanly
|
2021-12-01 16:53:52 +01:00 |
|