expand_get_menu #42
Reference in New Issue
Block a user
Delete Branch "expand_get_menu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -42,3 +53,3 @@}return c.JSON(response.Make(&menu, 0, i18n.T_(c, response.Message_OK)))return c.JSON(response.Make(&category_tree, 0, i18n.T_(c, response.Message_OK)))you are responding with **model.Category is this intended?
@@ -20,2 +20,4 @@DeliveryOutStock string `gorm:"column:delivery_out_stock;type:varchar(255)" json:"delivery_out_stock" form:"delivery_out_stock"`Usage string `gorm:"column:usage;type:text" json:"usage" form:"usage"`ExistsInDatabse bool `gorm:"-" json:"exists_in_database"`misspell