Dragging the "Contents" folder from object inventory to agent inventory shows the "prohibited" cursor
Review Request #26 - Created Dec. 16, 2010 and submitted
Kitty Barnett | Reviewers | ||
viewer | |||
VWR-24217 | |||
None | viewer-development |
The "Contents" folder is an LLInventoryObject instance, and failed the dynamic cast to LLInventoryItem. The permission logic didn't apply since it's a category (which has no permissions) and was changed to use the same function that will do the actual copying so that drop behaviour should always match the "can drop" result.
Other reviews