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 (#556)
Browse files Browse the repository at this point in the history
Releases: main, 11.5, 10.4
  • Loading branch information
brotkrueml authored Jul 31, 2022
1 parent 8c9fd17 commit 45efc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,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 45efc82

Please sign in to comment.