#186 closed enhancement (fixed)
The InteractivePlugin.isInContext should return a String instead of boolean
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
If so, the plugin could return null as a replacement for TRUE and a message instead of FALSE. The message should contain a description why the plugin couldn't use the item as requested. This change may also solve ticket #152.
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 17 years ago by
Milestone: | BASE 2.0 → BASE 2.0 RC2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [2195]) Fixes #186 and #152