aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
182 stars 43 forks source link

Update item-standard.php #199

Closed switch-cheehau closed 6 months ago

switch-cheehau commented 3 years ago

Refer to PR aimeos/aimeos-core#245

switch-cheehau commented 3 years ago

Hi Aimeos,

I able to add textarea, but not able to save it. Can you guide me on this? image

Is textarea a suitable keyword?

aimeos commented 3 years ago

No, but "text" is: https://github.com/aimeos/aimeos-core/blob/master/lib/mshoplib/src/MShop/Common/Helper/Config/Standard.php#L64-L65

switch-cheehau commented 3 years ago

No, but "text" is: https://github.com/aimeos/aimeos-core/blob/master/lib/mshoplib/src/MShop/Common/Helper/Config/Standard.php#L64-L65

Okay, done. The next issue is after it saved, new line is missing.

aimeos commented 3 years ago

If the configuration has been saved to the database, you should check here why it's not shown again: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/js/admin.js#L343-L428

aimeos commented 6 months ago

Input fields are now a textarea by default in 2024.x+