Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/mql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ One can add fields from related instances at the beginning of the query. ::

SELECT name, server.dns FROM INSTANCES WHERE ...

This will only give two attributes: the name of the compoennt instance, and the dns of the server the instance runs on.
This will only give two attributes: the name of the component instance, and the dns of the server the instance runs on.

.. warning:: this is not efficient. Using computed fields is far better.

Expand Down
2 changes: 1 addition & 1 deletion doc/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A middleware can be enabled inside MAGE settings (a line to uncomment) in order

The following permissions are defined at project level and are always applied (even to anonymous users):

* sensitive data (fields marked as such in the compoennt description, usually password-like fields) are only available to accounts with the `allfields_componentinstance` permission.
* sensitive data (fields marked as such in the component description, usually password-like fields) are only available to accounts with the `allfields_componentinstance` permission.
* uploading a new delivery requires the `modify_delivery` permission
* modifying an environment requires the `modify_project` permission

Expand Down