[MAGNOLIA-961] small improvements in code Created: 05/Jul/06 Updated: 21/Jul/06 Resolved: 21/Jul/06 |
|
| Status: | Closed |
| Project: | Magnolia |
| Component/s: | None |
| Affects Version/s: | 3.0 RC2 |
| Fix Version/s: | 3.0 RC3 |
| Type: | Improvement | Priority: | Trivial |
| Reporter: | Francesco Tinti | Assignee: | Fabrizio Giustina |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Date of First Response: |
| Description |
|
Very minor changes:
private String getHtmlJavascript(String javascriptFile) { StringBuffer html = new StringBuffer(); html.append("<script type=\"text/javascript\" src=\""); html.append(contextPath); html.append(javascriptFile + ".js"); html.append("\"></script>"); return html.toString(); }and apply changes, of course, at getHtmlJs:
// if the parent path not exists just create it } of bootstrap method should be moved in a separate method like this: |
| Comments |
| Comment by Fabrizio Giustina [ 21/Jul/06 ] |
|
fixed DMSDialogSaticLinkControl name |