Opened 4 years ago

Closed 4 years ago

#2200 closed defect (fixed)

Remove the UnsafeScriptable annotation on some classes

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.15.3
Component: web Version:
Keywords: Cc:

Description

The @UnsafeScriptable annotation was introduced in BASE 3.3 ticket #1712 as a means to display warnings if extensions tried to use inline javascript. This possibility was removed for a lot of extension points in BASE 3.5 ticket #1813. For some reason, the @UnsafeScriptable tag was not removed on several classes which may lead to warnings for extensions that doesn't declare the "safe-scripts" even though it is not longer possible to do unsafe scripting.

Change History (1)

comment:1 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 7754:

Fixes #2200: Remove the UnsafeScriptable annotation on some classes

Note: See TracTickets for help on using tickets.