Ticket #12822 (closed defect: fixed)
Applescript Group attribute returns "missing value"
| Reported by: | ecsherwo | Owned by: | applmak |
|---|---|---|---|
| Milestone: | Component: | AppleScript | |
| Version: | 1.4b8 | Severity: | major |
| Keywords: | Group properties | Cc: | |
| Patch Status: |
Description
In the latest beta version of adium it appears that the ability to pull a users contact group is broken and always returns "missing value"
tell application "Adium" to get the group of contact "username"
Result: missing value
tell application "Adium" to get properties of the contact "username"
Result: {image:missing value, name:"username", id:"Jabber.username.com", account:account id 11 of service "Jabber" of application "Adium", idle time:10, group:missing value, class:contact, notes:missing value, status type:away, status message:"Away", blocked:false, display name:"User Name"}
If I downgrade to 1.3.5, this begins to work again and the correct group name is returned.
Change History
Note: See
TracTickets for help on using
tickets.

