Merge lp:~methanal-developers/methanal/1018670-deprecated-argument into lp:methanal

Proposed by Darren Dormer
Status: Merged
Approved by: Jonathan Jacobs
Approved revision: 194
Merged at revision: 194
Proposed branch: lp:~methanal-developers/methanal/1018670-deprecated-argument
Merge into: lp:methanal
Diff against target: 11 lines (+1/-1)
1 file modified
methanal/js/Methanal/View.js (+1/-1)
To merge this branch: bzr merge lp:~methanal-developers/methanal/1018670-deprecated-argument
Reviewer Review Type Date Requested Status
Jonathan Jacobs Approve
Review via email: mp+115126@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jonathan Jacobs (jjacobs) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'methanal/js/Methanal/View.js'
2--- methanal/js/Methanal/View.js 2011-08-20 12:02:37 +0000
3+++ methanal/js/Methanal/View.js 2012-07-16 12:16:18 +0000
4@@ -1441,7 +1441,7 @@
5 Methanal.View.LiveForm.subclass(Methanal.View, 'SimpleForm').methods(
6 function __init__(self, node, controlNames) {
7 Methanal.View.SimpleForm.upcall(
8- self, '__init__', node, true, controlNames);
9+ self, '__init__', node, {'viewOnly': true}, controlNames);
10 self.hideModificationIndicator = true;
11 },
12

Subscribers

People subscribed via source and target branches

to all changes: