Merge pull request #2009 from cdvv7788/Issue/1506

Make LAST UPDATED field in projects table sortable #1506
This commit is contained in:
Bill Nottingham 2018-06-25 16:27:30 -04:00 committed by GitHub
commit 2e980293d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,7 @@ export default ['i18n', function(i18n) {
label: i18n._('Last Updated'),
filter: "longDate",
columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs",
excludeModal: true,
nosort: true
excludeModal: true
}
},