rohit-nahata
rohit-nahata
You can use Actions to achieve this functionality. We used it for creating pre-defined cancellation policies with a button. below is the sample code: ``` cancellationResource.Action(&admin.Action{ Name: "R", Handler: func(argument...
@owengaozhen the SelectedType value doesn't get stored in db since it is a hidden field. You need to set it using your own setter and getter for selected type. I...
@owengaozhen the selected_type field is picked from the File column. Just check the json in your file column. Example: {"FileName":"Image_3.jpeg","Url":"/system/product_media/5/image_3.20180729183018585034607.jpeg.jpeg","Video":"",**"SelectedType":"image",**"Description":"Adding Description again in edit mode again"}
@owengaozhen didn't get what you are trying to convey through this image?