Skip to content

Commit

Permalink
Add usernick to metadata for UserDB views
Browse files Browse the repository at this point in the history
- such as "Create new customer"
  • Loading branch information
jlav1n committed Feb 2, 2017
1 parent d043439 commit cec2483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/strap/products/mv_metadata.asc
Expand Up @@ -305,7 +305,7 @@ ui_component::mv_metadata::type select text=Text entry*, textarea=Textarea
ui_component::mv_metadata::ui_body textarea 80 30 Component Body digits
ui_component::mv_metadata::ui_body_text textarea 80 30 Component Body
ui_component::mv_metadata::width text 4 Width SIZE for TEXT<BR>COLS for TEXTAREA<BR>Label limit for SELECT digits
userdb table username,company,lname,fname Users userdb {'tab_horiz_offset' => "",'tab_vert_offset' => "",'panel_height' => "400",'file_upload' => "",'tabbed' => "1",'left_width' => "",'table_width' => "800",'tab_height' => "",'panel_width' => "800",'tab_width' => "",'ui_data_fields' => "=Name and Contact Infophone_dayphone_nightemailfaxfax_orderusernamepasswordemail_copymail_listmod_timeinactive=Shipping Infocompanyfnamelnameaddress1address2address3citystatezipcountrymv_shipmode=Billing Infob_companyb_fnameb_lnameb_address1b_address2b_address3b_cityb_stateb_zipb_countryb_phone=Order Infopo_numberaccount_idcredit_limitdealerprice_levelorder_destmv_credit_card_typemv_credit_card_exp_monthmv_credit_card_exp_yearorder_numbers=Repositoriess_nicknameaddress_bookb_nicknameaccountsp_nicknamepreferencescarts=Permissionsownerfile_acldb_aclacl",}
userdb table username,company,lname,fname Users userdb {'tab_horiz_offset' => "",'tab_vert_offset' => "",'panel_height' => "400",'file_upload' => "",'tabbed' => "1",'left_width' => "",'table_width' => "800",'tab_height' => "",'panel_width' => "800",'tab_width' => "",'ui_data_fields' => "=Name and Contact Infophone_dayphone_nightemailusernickfaxfax_orderusernamepasswordemail_copymail_listmod_timeinactive=Shipping Infocompanyfnamelnameaddress1address2address3citystatezipcountrymv_shipmode=Billing Infob_companyb_fnameb_lnameb_address1b_address2b_address3b_cityb_stateb_zipb_countryb_phone=Order Infopo_numberaccount_idcredit_limitdealerprice_levelorder_destmv_credit_card_typemv_credit_card_exp_monthmv_credit_card_exp_yearorder_numbers=Repositoriess_nicknameaddress_bookb_nicknameaccountsp_nicknamepreferencescarts=Permissionsownerfile_acldb_aclacl",}
userdb::address1 text 40 Address
userdb::address2 text 40 &nbsp;
userdb::b_address1 text 40 Billing Address
Expand Down Expand Up @@ -339,6 +339,7 @@ userdb::price_level select =Retail,dealer=Dealer,distributor=Distributor
userdb::state text 10 State
userdb::subject text Subject
userdb::username hidden_text 16 Username no_white
userdb::usernick text 40 Usernick Should match Email Address if not auto-created user no_white {}
userdb::zip text 10 Postcode uc word
variable table variable 1 {'ui_meta_specific' => "1",'panel_shade' => "f",'spread_height' => "25",'spread_meta' => "Variable pref_group",'ui_sort_combined' => "pref_group,code",}
variable::Variable text 60 Preference value
Expand Down

0 comments on commit cec2483

Please sign in to comment.