Commit graph

192 commits

Author SHA1 Message Date
SachaG
759899212f Remove __typename from datatable; fix select options 2018-03-28 11:20:41 +09:00
SachaG
5705de3559 Improve edit/new buttons callback handling 2018-03-28 11:13:39 +09:00
SachaG
1d7cef5556 Work on form errors & validation 2018-03-25 10:54:45 +09:00
SachaG
f7da9108f7 Use getFormType(); make user.services object viewable to owner only; clean up Datatable props 2018-03-22 16:54:50 +09:00
SachaG
7061483af8 Improve Datatable new/edit buttons; simplify FormWrapper loading check 2018-03-20 14:56:09 +09:00
ochicf
041eb4254d Mingo.Query is a class now, instantiate it with new 2018-03-14 12:20:30 +01:00
SachaG
926f155655 v1.8.11 2018-03-05 09:54:26 +09:00
Eric Burel
bf9ebaf57c
Allow guests to create document as a default
Hi, using when using the default mutations, you can't allow a guest user to create a document, even if you allowed it for `guests` when setting up permissions. This is because a undefined `user` will always trigger a `false` during the "new" check.

I think it is safe to remove this, because anyway you have to manually tell who can create document (or so I think, maybe I'm  wrong?) so you can't allow guests to create documents by mistake.
2018-03-03 23:11:33 +01:00
SachaG
d3fdb3ae38 v1.8.10 2018-03-03 15:12:16 +09:00
SachaG
e63c412198 Don't try to reorder items on vote (fix https://github.com/VulcanJS/Vulcan-Starter/issues/34) 2018-03-03 12:04:41 +09:00
SachaG
861e65e641 Refactor connectors code to avoid repeating getSetting 2018-03-03 11:39:56 +09:00
SachaG
09de6392f3 Handle urls in cards/datatable 2018-02-24 18:58:14 +09:00
SachaG
748e2f8fea Charges dashboard improvements 2018-02-24 18:26:56 +09:00
SachaG
582dc2010b Add support for Users objects to cards & datatables 2018-02-24 18:15:54 +09:00
SachaG
8e27870bf0 processCharge -> processEvent; call processEvent after subscription, too; add Charges dashboard 2018-02-24 18:15:42 +09:00
SachaG
bf4aba4a32 Small clean up for withList and withDocument 2018-02-18 18:00:07 +09:00
SachaG
bb43a16e68 Revert "Pass an extraTerms argument to all extra queries"
This reverts commit ab8fd47d76.
2018-02-18 17:42:12 +09:00
SachaG
ab8fd47d76 Pass an extraTerms argument to all extra queries 2018-02-18 16:56:58 +09:00
SachaG
270c6b4215 Use connectors and await/async 2018-02-18 15:26:59 +09:00
SachaG
a899532c4f mutation -> mutator 2018-02-17 11:17:25 +09:00
SachaG
29d10c9277 Merge branch 'devel' into connectors 2018-02-17 10:58:33 +09:00
SachaG
97e0883f31 Refactor NewButton/EditButton code 2018-02-15 12:04:51 +09:00
SachaG
e3ba347f80 Better way: just use options' fragmentName as mutationFragment 2018-02-15 09:32:41 +09:00
SachaG
f9893aa615 Pass down newFragmentName and editFragmentName 2018-02-14 22:22:51 +09:00
SachaG
cee5fa6b6c Make currentUser available as a variable for withDocument and withList 2018-02-14 19:10:29 +09:00
SachaG
6add1d7f0e Merge branch 'devel' into connectors 2018-02-12 18:55:47 +09:00
SachaG
faf92b3650 Use better API (create, update, delete, find, get) 2018-02-12 18:55:37 +09:00
SachaG
2eeb252bd5 Let EditButton, NewButton pass through props to SmartForm 2018-02-12 18:49:22 +09:00
SachaG
7639801434 Split out Mongo operations into connectors 2018-02-11 12:57:51 +09:00
SachaG
31621b39b2 Add createdAtFormattedShort field to charges 2018-02-09 11:30:15 +09:00
SachaG
88c69b9d78 Pass down currentUserData 2018-02-08 12:21:45 +09:00
SachaG
ac838a65e4 Add notifyOnNetworkStatusChange option to withList 2018-02-05 10:45:20 +09:00
Vincent Roman
d03963680b Datatable - spacing consistency 2018-02-03 07:06:56 +00:00
Vincent Roman
dd3384d195 Merge branch 'upstream-devel' into vincro-devel
# Conflicts:
#	packages/vulcan-core/lib/modules/components/Datatable.jsx
2018-02-03 06:59:39 +00:00
Vincent Roman
47e5db0068 Datatable - add targetting className for column headers like data-item-* 2018-02-03 06:41:10 +00:00
Vincent Roman
e9c088136d Datatable - amend replace to change SPACE for more than first instance with REGEX 2018-02-03 06:39:57 +00:00
SachaG
bcf41190af v1.8.9 2018-02-03 11:48:41 +09:00
SachaG
f00a36cf9a v1.8.8 2018-02-03 11:11:52 +09:00
SachaG
44bff952b1 Make datatable accept static JSON as data property; add Routes admin dashboard 2018-02-02 18:43:35 +09:00
Justin Reynolds
0b9289d549 #1865 Fix upsert 2018-01-31 18:29:49 -06:00
Vincent Roman
77733d2b81 Datatable - replace SPACE with - in the datatable-item-* className 2018-01-31 15:39:03 +00:00
Sacha Greif
510581154e
Merge pull request #1861 from MHerszak/meteor_1_6_1_packages
packages update to meteor 1.6.1
2018-01-29 16:05:51 +09:00
Michel Herszak
5a17346648 packages update to meteor 1.6.1 2018-01-28 23:03:10 -07:00
Justin Reynolds
9212a1970e Add upsert mutation 2018-01-28 22:26:05 -06:00
SachaG
5da7791afe v1.8.7 2018-01-29 11:32:17 +09:00
SachaG
da300fe8a7 Add missing "}"; fix formatting 2018-01-29 10:09:31 +09:00
Sacha Greif
cf05aedddc
Merge pull request #1853 from justinr1234/check-on-count
Respect checkAccess for total resolver
2018-01-29 10:02:16 +09:00
Justin Reynolds
4ef51afaac Respect checkAccess for total resolver 2018-01-28 09:59:51 -06:00
Sacha Greif
8e507552df
Merge pull request #1851 from MHerszak/withEdit-withRemove
Added getCollection to withEdit & withRemove
2018-01-28 11:34:59 +09:00
SachaG
85e8614aa2 v1.8.6 2018-01-28 11:13:45 +09:00