Project

General

Profile

Defect #557

6.1 Errors

Added by Scott Butler over 11 years ago. Updated over 11 years ago.

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

#1

Updated by Patrick Talbot over 11 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()

Also available in: Atom PDF