biz9-logic 4.0.45 → 4.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='4.4.5'
1
+ VERSION='4.4.7'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -117,7 +117,6 @@ class Product{
117
117
  }
118
118
  return [category_list,product_list]
119
119
  };
120
-
121
120
  }
122
121
  class Service{
123
122
  static get_test = (option) =>{
@@ -389,7 +388,7 @@ class DataType {
389
388
  static BLOG_POST='blog_post_biz';
390
389
  static CART_ITEM="cart_item_biz";
391
390
  static CATEGORY='category_biz';
392
- static CUSTOM_FIELD='custom_biz';
391
+ static CUSTOM_FIELD='custom_field_biz';
393
392
  static CONTENT='content_biz';
394
393
  static EVENT='event_biz';
395
394
  static FAQ='faq_biz';
@@ -786,6 +785,7 @@ class CMS {
786
785
  static Tab_Edit_Title_List = 'list';
787
786
  static Tab_Edit_Title_Value = 'value';
788
787
  static Tab_Edit_Title_Setting = 'setting';
788
+ static Tab_Edit_Title_Custom_Field = 'custom_field';
789
789
  static Tab_Edit_Title_Audio = 'audio';
790
790
  static Tab_Edit_Title_Video = 'video';
791
791
  static Tab_Edit_Title_Note = 'note';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.0.45",
3
+ "version": "4.0.47",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"