⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

length input text fields not work in version enterprise



slametriady

slametriady
  • profile picture
  • Member

Posted 25 October 2018 - 08:53 AM

dear guys, 

 

I just tried length varchar not work in grocery crud enterprise.

length varchar from table definiton.

as a result insert data is truncated

 

but thats work in grocery crud community.
 

thank in advance


dhyanan73

dhyanan73
  • profile picture
  • Member

Posted 12 March 2019 - 19:48 PM

@web-johnny will this feature be included in future Grocery Crud Enterprise releases?


larasmith

larasmith
  • profile picture
  • Member

Posted 10 June 2019 - 07:26 AM

dear guys, 

 

I just tried length varchar not work in grocery crud enterprise.

length varchar from table definiton.

as a result insert data is truncated

 

but thats work in grocery crud community.
 

thank in advance

 

Hi slametriady!

 

Try using text instead of varchar. It allows input of lengthy characters.

Hope this helps.

 

-Lara


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 11 June 2019 - 04:53 AM

Hello all,

 

I will try to add this at the next version. Probably something that I've missed. I will inform you once this is done.

 

Regards

Johnny


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 12 June 2019 - 05:20 AM

I am glad to inform you that this functionality is now scheduled for the next release :)  (version 2.7.6). In order to keep track of the progress you can press the "watch" button on the ticket here: https://trello.com/c/RHkDuStz/25-gc-393-max-length-over-texts-doesnt-work-as-expected-in-grocery-crud-enterprise

 

 

Regards

Johnny


dhyanan73

dhyanan73
  • profile picture
  • Member

Posted 14 July 2019 - 17:09 PM

@web-johnny I've just update to Crogery Crud Enterprise 2.7.8 for CodeIgniter but the issue persists.

In database (MySQL 5.7.19) I've a field varchar of length 30. In my web application, when I edit this field using GC I can wrire a string longer then 30 but after saving it is truncated to 30 chars.


dhyanan73

dhyanan73
  • profile picture
  • Member

Posted 28 July 2019 - 18:20 PM

@web-johnny I've just update to Crogery Crud Enterprise 2.7.8 for CodeIgniter but the issue persists.

In database (MySQL 5.7.19) I've a field varchar of length 30. In my web application, when I edit this field using GC I can wrire a string longer then 30 but after saving it is truncated to 30 chars.

 

Sorry, this is not a GC bug but my mistake because I used an old custom theme. Using default theme all works fine.


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 31 July 2019 - 19:27 PM

I am glad that it is working for you @dhyanan73 :)