modelnamen moeten beginnen met model_

svn path=/Website/trunk/; revision=33425
This commit is contained in:
Jos Groot Lipman
2017-04-06 15:51:35 +00:00
parent ed84868078
commit 07bd4bd69d
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
%>
<%
function fac_email_setting()
function model_fac_email_setting()
{
this.records_name = "emailsettings";
this.record_name = "emailsetting";

View File

@@ -10,7 +10,7 @@
%>
<!-- #include file="./model_fac_idp_map.inc" -->
<%
function fac_idp()
function model_fac_idp()
{
this.records_name = "identityproviders";
this.record_name = "identityprovider";

View File

@@ -15,7 +15,7 @@
<!-- #include file="../scf/scaffolding.inc" -->
<!-- #include file="../api2/model_fac_email_setting.inc" -->
<%
var this_model = new fac_email_setting();
var this_model = new model_fac_email_setting();
scaffolding(this_model,
{

View File

@@ -16,7 +16,7 @@
<!-- #include file="../mgt/mgt_tools.inc" -->
<!-- #include file="../api2/model_fac_idp.inc" -->
<%
var this_model = new fac_idp();
var this_model = new model_fac_idp();
this_model.hook_pre_edit = function (obj, fld)
{