Commit Graph

2392 Commits

Author SHA1 Message Date
anuoua
22339d9ef7
Fix/snapshot (#1396)
* feat: snapshot field check add collectionName

* feat: snapshot add test

* fix: filterByTk

* Update ResourceActionProvider.tsx

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-01-29 01:32:18 +08:00
katherinehhh
0d30366aba
feat: fix through collections inherits filter (#1394)
* feat: fix  through collections inherits filter

* feat:  foreignkey disabled when collectionfield override
2023-01-29 00:11:45 +08:00
chenos
1272523b12 fix: missing context 2023-01-28 19:07:04 +08:00
Pearl C
25861221ec
Update operators.md 2023-01-27 23:06:31 +08:00
Pearl C
1a7afe1265
Update operators.md 2023-01-27 23:02:33 +08:00
Pearl C
2dfb8752c9
Update operators.md 2023-01-27 22:30:11 +08:00
Pearl C
8cbfdc5381
Update has-many-repository.md 2023-01-27 22:24:45 +08:00
Pearl C
0b249ee261
Update belongs-to-many-repository.md 2023-01-27 22:24:04 +08:00
Pearl C
c45cd8dd5b
Update belongs-to-many-repository.md 2023-01-27 22:09:00 +08:00
Pearl C
12cc5b9174
Update repository.md 2023-01-26 23:04:02 +08:00
Pearl C
2787a03cfd
Update has-many-repository.md 2023-01-26 23:02:24 +08:00
Pearl C
306fdca6a8
Update has-one-repository.md 2023-01-26 23:01:51 +08:00
Pearl C
f8baed5666
Update belongs-to-repository.md 2023-01-26 23:00:30 +08:00
Pearl C
f35bdc522d
Update has-many-repository.md 2023-01-26 22:58:32 +08:00
Pearl C
dba8bbd5c5
Update has-one-repository.md 2023-01-26 22:52:04 +08:00
Pearl C
e447c5e2ae
Update has-one-repository.md 2023-01-26 22:47:12 +08:00
Pearl C
dd2a092f2d
Update repository.md 2023-01-26 21:24:50 +08:00
Pearl C
919a80dcb1
Update repository.md 2023-01-26 21:20:51 +08:00
Pearl C
266df9f6c2
Update repository.md 2023-01-26 21:14:23 +08:00
Pearl C
f6132828a3
Update repository.md 2023-01-26 20:40:15 +08:00
Pearl C
1d787c1fd1
Update repository.md 2023-01-21 16:55:09 +08:00
Pearl C
a09aeb11a1
Update repository.md 2023-01-21 16:19:45 +08:00
Pearl C
05f69a79e5
Update field.md 2023-01-21 15:54:29 +08:00
Pearl C
fd4dcd950d
Update field.md 2023-01-20 23:14:24 +08:00
Pearl C
54f3e96d26
Update field.md 2023-01-20 23:13:58 +08:00
Junyi
bf6bf00047
Fix(plugin-sequence): support sequence field in m2m through table (#1383)
* fix(plugin-sequence): support sequence field in m2m through table

* fix(plugin-sequence): fix update last sequence

* fix(plugin-sequence): fix hooks
2023-01-18 22:54:08 +08:00
chenos
3b7143a282 feat: collection titleField 2023-01-18 16:55:03 +08:00
Junyi
aaf6718755
fix(plugin-workflow): adjust executed alert position (#1381) 2023-01-17 08:32:24 -08:00
chenos
d4d8d747b8
fix: through collection individual hooks (#1378) 2023-01-17 12:32:28 +08:00
chenos
47158e0282
fix: through collection records should not be reset (#1377)
* fix: through collection records should not be reset

* fix: test error
2023-01-17 09:44:53 +08:00
Pearl C
2d767be184
Update field.md 2023-01-17 00:00:50 +08:00
Pearl C
ade7a6ff1e
Update field.md 2023-01-16 23:46:25 +08:00
Junyi
00efb38438
feat(client): add form disabled context (#1374)
* feat(client): add form disabled context

* fix: improve code

* fix: improve code

* fix: form-v2 disabled

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-01-16 23:01:28 +08:00
Pearl C
246ee04154
Update field.md 2023-01-15 22:29:46 +08:00
Pearl C
3e8d9e07a4
Update collection.md 2023-01-15 22:25:21 +08:00
Pearl C
f6bc966c20
Update collection.md 2023-01-15 22:20:12 +08:00
Pearl C
5a938bf3bd
Update index.md 2023-01-15 21:42:52 +08:00
Junyi
51ce0afc06
Fix(plugin-workflow): request node (#1367)
* fix(plugin-workflow): fix json data

* refactor(plugin-workflow): change ejs to json-templates in request

* feat(plugin-workflow): add variable insert button to json input

* fix(plugin-workflow): fix main locales

* fix(plugin-workflow): fix params in request

* fix(plugin-workflow): fix types

* feat(plugin-workflow): add ejs migration
2023-01-15 12:56:04 +08:00
chenos
332010a036 feat: draggable page tabs 2023-01-15 09:43:03 +08:00
Pearl C
9281ee61dc
Update index.md 2023-01-14 16:41:03 +08:00
Pearl C
c0b5a21b91
Update index.md 2023-01-14 16:37:16 +08:00
Pearl C
f6445b8ad2
Update index.md 2023-01-14 16:08:22 +08:00
Pearl C
66ce671233
Update index.md 2023-01-14 15:53:14 +08:00
chenos
daa91e95a6 chore(versions): 😊 publish v0.9.0-alpha.2 2023-01-14 12:07:20 +08:00
chenos
f33c63ac01 fix: filter error 2023-01-14 10:31:22 +08:00
chenos
a4116a251b fix: locale cache 2023-01-13 11:47:56 +08:00
chenos
86554c0205 feat: add en-US.example.json 2023-01-13 11:26:52 +08:00
chenos
cc47041519
feat: load multiple languages dynamically (#1355)
* feat: load multiple languages dynamically

* fix: map locale

* fix: antd

* fix: locale

* fix: th

* fix: cronstrue locales

* fix: improve code

* fix: defaults
2023-01-13 10:55:04 +08:00
Junyi
a1127300ae
refactor(plugin-workflow): refactor request instruction (#1356) 2023-01-12 02:22:06 -08:00
chenos
3e90bc9d7e fix: improve filter strategy 2023-01-12 14:28:47 +08:00