Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Get editable value in FormManager. Close #1124
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 5, 2016
1 parent 7322ff8 commit db3527c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ Class.create("FormManager", {
var name = param.get('name');
var type = param.get('type');
var desc = param.get('description');
var disabled = param.get('editable') ? (param.get('editable') === 'false') : false;
var conn = new Connexion();

// deduplicate
Expand Down

0 comments on commit db3527c

Please sign in to comment.