dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21793
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10416: Freeze report-date column of grid in tabular reporr.
------------------------------------------------------------
revno: 10416
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-03-25 15:09:46 +0700
message:
Freeze report-date column of grid in tabular reporr.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-03-21 05:13:59 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-03-25 08:09:46 +0000
@@ -2728,7 +2728,8 @@
draggable: false,
hidden: true,
hideable: false,
- menuDisabled: true
+ menuDisabled: true,
+ locked: true
};
// report date
@@ -2740,6 +2741,7 @@
sortable: false,
draggable: false,
hideable: false,
+ locked: true,
menuDisabled: true
};