Crocoblock / suggestions

The suggestions for CrocoBlock project
195 stars 78 forks source link

Cannot view or edit items directly from the Glossary Dashboard when importing a json or csv file. #6279

Open unitedonline opened 1 year ago

unitedonline commented 1 year ago

When importing a json or csv file to a glossary I have no way of viewing or editing the imported items from the Glossary dashboard. I would like to request that on your next update of the Glossary module to program this feature so the imported file items are shown just like the manually entered items.

Floydtm commented 1 year ago

Describe your request in more detail, if possible, add screenshots or video. Thank you! Please include your example file if possible

unitedonline commented 1 year ago

I have followed the documentation on page: https://crocoblock.com/knowledge-base/articles/jetengine-how-to-import-glossary-from-the-file/

I downloaded and used the file that is included on the same documentation page. (json country list).

When I manually enter the items in the glossary I can see and edit each item, including the field value, the field label and whether the item is pre-selected (checked).

image

.

image

When I create an external file to upload, there is no way to view or edit any of the items, so the fields are empty.

image

Ideally I would like to be able to view and edit each item within the glossary dashboard when I use an external file.

Thank you

unitedonline commented 1 year ago

Here's another json file that I created, as a sample.

[{"value":"Cars","label":"Cars","is_checked":0}, {"value":"Trucks","label":"Trucks","is_checked":0}, {"value":"Motorcycles","label":"Motorcycles","is_checked":0}, {"value":"Buses","label":"Buses","is_checked":0}, {"value":"Vans","label":"Vans","is_checked":0}, {"value":"Trailers","label":"Trailers","is_checked":0}, {"value":"Recreational vehicles","label":"Recreational vehicles","is_checked":0}, {"value":"Boats","label":"Boats","is_checked":0}, {"value":"Airplanes","label":"Airplanes","is_checked":0}, {"value":"Helicopters","label":"Helicopters","is_checked":0}, {"value":"All-terrain vehicles","label":"All-terrain vehicles","is_checked":0}, {"value":"Snowmobiles","label":"Snowmobiles","is_checked":0}, {"value":"Golf carts","label":"Golf carts","is_checked":0}, {"value":"Trains","label":"Trains","is_checked":0}, {"value":"Subways","label":"Subways","is_checked":0}, {"value":"Trolleys","label":"Trolleys","is_checked":0}, {"value":"Streetcars","label":"Streetcars","is_checked":0}, {"value":"Bicycles","label":"Bicycles","is_checked":0}]

I tried importing this file and I have the exact same issue. None of the fields are shown withing the glossary dashboard.

image

I hope I was able to explain my issue.

Thank you so much again and happy holidays!

unitedonline commented 1 year ago

I have also viewed a YouTube video tutorial from Moxet Khan.

The video URL is here: https://www.youtube.com/watch?v=OpD_zDEmoC8

As you can see from the video screen capture the items that were uploaded as a json file can be viewed...

image

Thank you again.