seng
seng
  • 发布:2023-01-31 17:21
  • 更新:2023-02-02 21:53
  • 阅读:243

【报Bug】uni-starter项目原始文件中, opendb-news-comments.schema.json 文件存在的错误,望更新!

分类:MUI

产品分类: 其他/MUI

示例代码:
"permission": {  
    "read": true,  
    "create": "auth.uid != null && get(`database.opendb-news-article.${doc.article_id}`).comment_status == 1",  
    "update": "doc.user_id == auth.uid",  
    "delete": "doc.user_id == auth.uid"  
},

操作步骤:

预期结果:

实际结果:

bug描述:

见附件
"permission": {
"read": true,
"create": "auth.uid != null && get(database.**opendb-news-article**.${**doc**.article_id}).comment_status == 1",
"update": "doc.user_id == auth.uid",
"delete": "doc.user_id == auth.uid"
},

2023-01-31 17:21 负责人:DCloud_uniCloud_JSON 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

已加分感谢反馈,近期更新!

要回复问题请先登录注册