Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
[BUGFIX] Correct layout of query settings table (#558)
Browse files Browse the repository at this point in the history
Releases: main, 11.5, 10.4

Co-authored-by: Chris Müller <[email protected]>
  • Loading branch information
github-actions[bot] and brotkrueml authored Jul 31, 2022
1 parent 17cc01c commit c21b9ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ from the ``Query`` object with ``getQuerySettings()``. In table 6-3, you find al
| | or for all languages (e.g. ``sys_language_uid IN (-1,0)``) | |
| | This setting is mostly used for internal purposes. | |
+-------------------------------+-------------------------------------------------------------+---------+
| ``setIgnoreEnableFields()`` | ... the result set is limited to these tuples/objects that | false |
| ``setIgnoreEnableFields()`` | ... the result set is limited to these tuples/objects that | false |
| | at the present moment can be viewed by the current user | |
| | (e.g. ``deleted=0 AND hidden=0``) | |
+-------------------------------+-------------------------------------------------------------+---------+
Expand Down

0 comments on commit c21b9ad

Please sign in to comment.