fix meta update
This commit is contained in:
parent
59307392d4
commit
7f0cd17b38
|
@ -564,6 +564,10 @@ export default define(meta, paramDef, async (ps, me) => {
|
||||||
set.enableActiveEmailValidation = ps.enableActiveEmailValidation;
|
set.enableActiveEmailValidation = ps.enableActiveEmailValidation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ps.experimentalFeatures !== undefined) {
|
||||||
|
set.experimentalFeatures = ps.experimentalFeatures || undefined;
|
||||||
|
}
|
||||||
|
|
||||||
await db.transaction(async (transactionalEntityManager) => {
|
await db.transaction(async (transactionalEntityManager) => {
|
||||||
const metas = await transactionalEntityManager.find(Meta, {
|
const metas = await transactionalEntityManager.find(Meta, {
|
||||||
order: {
|
order: {
|
||||||
|
|
Loading…
Reference in New Issue