Skip to content
Snippets Groups Projects
Commit 68a5209e authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Propagate the new naming scheme: App.factory....

parent a2c15a55
No related branches found
No related tags found
No related merge requests found
/* /*
* /static/uijs/formdistributions.js * formdistributions.js
* *
* Form associated to the distributions table * Form associated to the distributions table
* common configurations and actions are defined in /static/uijs/appbase.js * common configurations and actions are defined in appbase.js
* *
* $Id$ * $Id$
* *
...@@ -16,7 +16,7 @@ Ext.onReady(function(){ ...@@ -16,7 +16,7 @@ Ext.onReady(function(){
Ext.form.Field.prototype.msgTarget = 'side'; Ext.form.Field.prototype.msgTarget = 'side';
// Create the form // Create the form
var distributionForm = new App.NewEntryPanel({ var distributionForm = new App.factory.NewEntryPanel({
title: 'Distribution', title: 'Distribution',
table: 'distributions', table: 'distributions',
items: [ items: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment