Defect #557
6.1 Errors
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
09/25/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Checked out the trunk and there are still a few 6.1 errors.
In dialogs_base.js
on onsetupButtons, getFormMethod is depreciated.
in globals.js
on this.showFormInModalDialog, String||RuntimeForm should be: String|RuntimeForm
History
Updated by Patrick Talbot over 12 years ago
- Status changed from New to Closed
Fixed in v1.5.2 - except for getMethod() which doesn't exist in 6.0, so to keep backward compatibility with 6.0 I've added a @SuppressWarnings(deprecated) to the method instead of changing to getMethod()