mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 16:31:38 -04:00
Changing bike_status to bike_purporse
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"bike_model__model",
|
||||
"bike_style__style",
|
||||
"bike_condition__condition",
|
||||
"bike_status__status"]
|
||||
"bike_purpose__purpose"]
|
||||
Ext.each(min_char_columns, function(column, index) {
|
||||
Ext.ComponentManager.get(column).editor.minChars = 1;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user