JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
10 stars 2 forks source link

Multi-level Select Field Duplication #205

Open mozaffar opened 5 months ago

mozaffar commented 5 months ago

Hi,

I think in most of times, a multi-level select field contains lots of data in different levels. For example, imagine a system with lots of products and their related categories. The admin of system should create many different "Types" and in each type needs to display list of products in multi-level select field. Believe me that they can not create the field every time and unfortunately the system does not allow them to copy the field. On the other hand this field does not support SQL Query.

I think adding a feature for cloning this field and making a copy of it between different types can be very useful.

Giorgi625 commented 5 months ago

You can create once in a text file all values and import them. I store all my txt files for multilevel field on my pc in case I will need them in other projects.

andiamine commented 4 months ago

we will add in future an option that let you download structure as txt file, and upload it easily on multiselect field