Opened 13 years ago
Closed 13 years ago
#322 closed enhancement (fixed)
Smarter printWidgetSource
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0.0 |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
Currently, harsh work
Currently, there are widgets that don't include all sources they require to work properly. Some have notices in their documentation to let the user know what is required. This can become hard for to manage sometimes.
Could be smarter
Here's what we could do : review all printWidgetSource templates of all widgets and make sure they load everything required. If not, make the according changes. If not possible, make sure there are no javascript errors that can be thrown because of that and use "alerts" to let the integrator know there's something missing.
This would make life much easier.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
All widgets are now "printWidgetSource smart". I'm closing this ticket as completed.
Each widget required to be modified according to this ticket should be more documented in a unique ticket, leaving only its number here.