Skip to content

Commit f167091

Browse files
committed
Improve some content and layout in Notes section of README
1 parent b11d387 commit f167091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,14 @@ For more about `isfs` and `isfs-readonly` folder specifications see the [Notes](
110110

111111
- Connection-related output appears in the "Output" view while switched to the "ObjectScript" channel using the drop-down menu on the view titlebar.
112112

113-
- For Caché/IRIS instance with maximum security level, add `%Development` role for `/api/atelier/` web-application ([read more](https://community.intersystems.com/post/using-atelier-rest-api)).
113+
- The `/api/atelier/` web application used by this extension usually requires the authenticated user to have Use permission on the %Development resource ([read more](https://community.intersystems.com/post/using-atelier-rest-api)). One way is to assign the %Developer role to the user.
114114

115115
- If you are getting `ERROR # 5540: SQLCODE: -99 Message: User xxx is not privileged for the operation` when you try to get or refresh class/routine/include- lists, grant your username (or a SQL role you hold) execute permission for the following SQL Procedure in the target namespace.
116+
116117
```SQL
117118
GRANT EXECUTE ON %Library.RoutineMgr_StudioOpenDialog TO xxx
118119
```
120+
119121
### More about `intersystems.servers`
120122
This settings object is useful for both client-side and server-side development.
121123
- An example server definition named 'local':

0 commit comments

Comments
 (0)