mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Database rollup field filtering rules support "Any", "All", and "None" https://github.com/siyuan-note/siyuan/issues/15609
This commit is contained in:
parent
8cefe5ce47
commit
a26c72d293
2 changed files with 46 additions and 28 deletions
|
|
@ -2533,6 +2533,7 @@ func (tx *Transaction) doDuplicateAttrViewView(operation *Operation) (ret *TxErr
|
|||
for _, filter := range masterView.Filters {
|
||||
view.Filters = append(view.Filters, &av.ViewFilter{
|
||||
Column: filter.Column,
|
||||
Qualifier: filter.Qualifier,
|
||||
Operator: filter.Operator,
|
||||
Value: filter.Value,
|
||||
RelativeDate: filter.RelativeDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue