get current user of Share?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 10:21 AM
when a Share dashlet calls a webscript on the repository via javascript, how would the webscript get the user of the dashlet that made the call?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 10:57 AM
The webscript is executed with that user's authority, exactly the same as if they'd accessed the webscript directly.
See http://wiki.alfresco.com/wiki/3.2_JavaScript_API#Root_Scope_Objects
Thanks,
Mike
See http://wiki.alfresco.com/wiki/3.2_JavaScript_API#Root_Scope_Objects
Thanks,
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 12:40 PM
Great! That's a relief! Thanks for the reply!!
