We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3d061 commit c6b5740Copy full SHA for c6b5740
adminforth/documentation/docs/tutorial/03-Customization/04-hooks.md
@@ -137,7 +137,7 @@ For example we can prevent the user to see Apartments created by other users. Su
137
}
138
139
// this function will skip existing realtor_id filter if it supplied already from UI or previous hook, and will add new one for realtor_id
140
- query.filterTools.replaceOrAddTopFilter(Filters.EQ('realtor_id', adminUser.dbUser.id).
+ query.filterTools.replaceOrAddTopFilter(Filters.EQ('realtor_id', adminUser.dbUser.id)
141
142
return { ok: true };
143
},
0 commit comments