Opened 10 years ago
Closed 10 years ago
#1868 closed enhancement (fixed)
Warn about using deprecated javascript API
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.3.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
In BASE 3.3 a lot of the old javascript API was modified and only a small portion was kept for backwards compatibility. The old script will be removed in BASE 3.5 as part of #1813, so it would be good if we could log to the browser console when the old script is used to give developers a chance to fix their scripts.
Note:
See TracTickets
for help on using tickets.
(In [6563]) Fixes #1868: Warn about using deprecated javascript API