hellofreud
hellofreud
## Describe the bug 在筛选中使用富文本,会导致无法正常检索。例如本身有100条数据,富文本设置包含内容,即使内容为空并且直接检索,也只能检索出几条内容 在检索出来的结果中,即使包含了关键字,也无法检索出结果 ## Version v0.20.0-alpha.6 
## * Describe the bug 前置条件:数据表和角色表做了多对多关联,角色权限中,对该数据表的查看权限进行了单独设定,数据范围筛选为关键角色/角色名称包含当前用户/角色/角色名称 问题:在页面中可以查看相关数据,但是操作中,无法展示查看按钮    ## * Environment - NocoBase version:v1.0.0-alpha.14 - Database type and version: Sqlite - OS:windows - Deployment Methods: - Docker image...
## * Describe the bug In recent releases, relational blocks are no longer able to reference a block's template, supposedly due to inconsistencies in parameter attributes between the two sides...
### Describe the bug 下图红框中内容是不应出现的内容  下图中是Twitter原文  ### Feed Info 多个订阅均出现,涉及微博、Twitter等多个平台,怀疑是渲染的问题 之前的电脑出现过,昨天重装了系统,依然遇到此问题,所以应该不是历史缓存的原因 ### Reproduction Video _No response_ ### Environment _No response_ ### Validations - [x] Check that there isn't...
我使用了一个服务,他默认通过文本形式发送webhook,我目前配置了,但是没有生效,请问应该如何配置环境变量以捕获这种纯文本消息呢? hook-lark.yaml `- id: lark execute-command: ./send-lark-message.sh command-working-directory: /app include-command-output-in-response: true include-command-out-in-response-on-error: true pass-environment-to-command: - source: url name: text body: TEXT ` `#!/bin/sh if [ -n "$TEXT" ]; then curl...