From: erickson Date: Thu, 11 Nov 2010 19:03:58 +0000 (+0000) Subject: added permacrud chunk to IDL JS; fixed datatype copy/paste-o X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d4d9e5abfc4ebc4a1a995a0173838957b2150a2;p=evergreen%2Fmasslnc.git added permacrud chunk to IDL JS; fixed datatype copy/paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@18711 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xsl/fm_IDL2js.xsl b/Open-ILS/xsl/fm_IDL2js.xsl index c061a4a181..1a857bf1ba 100644 --- a/Open-ILS/xsl/fm_IDL2js.xsl +++ b/Open-ILS/xsl/fm_IDL2js.xsl @@ -36,12 +36,18 @@ for (var c in _preload_fieldmapper_IDL) { - :{name:"",label:"",restrict_primary:"",virtual:,pkey:"",pkey_sequence:"",} + :{name:"",label:"",restrict_primary:"",virtual:,pkey:"",pkey_sequence:"",} fields:[,] + + ,permacrud:{"":{},} -{name:"",label:"",datatype:"",primitive:"",selector:"",array_position:"",,virtual:,required:,i18n:} +{name:"",label:"",datatype:"",primitive:"",selector:"",array_position:"",,virtual:,required:,i18n:} + + perms:['',] + +