[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2021-11-09 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-12021:
-
Priority: Major  (was: Minor)

> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: documentation-first-draft.diff, field-types-v2.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
> A discussion has been started on dev ML: 
> https://markmail.org/message/7utrgejc2c44i37u
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-25 Thread ddev (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ddev updated OFBIZ-12021:
-
Attachment: documentation-first-draft.diff

> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: documentation-first-draft.diff, field-types-v2.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
> A discussion has been started on dev ML: 
> https://markmail.org/message/7utrgejc2c44i37u
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-24 Thread ddev (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ddev updated OFBIZ-12021:
-
Attachment: (was: 
field-types-with-longer-comments-and-descriptions.diff)

> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: field-types-v2.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
> A discussion has been started on dev ML: 
> https://markmail.org/message/7utrgejc2c44i37u
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-24 Thread ddev (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ddev updated OFBIZ-12021:
-
Attachment: field-types-v2.diff

> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: field-types-v2.diff, 
> field-types-with-longer-comments-and-descriptions.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
> A discussion has been started on dev ML: 
> https://markmail.org/message/7utrgejc2c44i37u
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-23 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-12021:

Description: 
"description" and "comment" fields are restricted to 255 char.  However after 
some research I found that all the supported databases support longer then 255 
char

I would expect users to want to write more then 255 char in a comment (I know I 
personally can).

I have included diff of my proposed solution as a attachment  (I am unfamiliar 
with the procedures for submitting patches here)

A discussion has been started on dev ML: 
https://markmail.org/message/7utrgejc2c44i37u

 

  was:
"description" and "comment" fields are restricted to 255 char.  However after 
some research I found that all the supported databases support longer then 255 
char

I would expect users to want to write more then 255 char in a comment (I know I 
personally can).

 

I have included diff of my proposed solution as a attachment  (I am unfamiliar 
with the procedures for submitting patches here)

 


> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: field-types-with-longer-comments-and-descriptions.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
> A discussion has been started on dev ML: 
> https://markmail.org/message/7utrgejc2c44i37u
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-22 Thread Paul Foxworthy (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Foxworthy updated OFBIZ-12021:
---
Summary: "description" and "comment" datatypes unnecessarily  limited to 
255 char   (was: "description" and "comment" datatypes unnecicairly  limited to 
255 char )

> "description" and "comment" datatypes unnecessarily  limited to 255 char 
> -
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: field-types-with-longer-comments-and-descriptions.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
>  
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12021) "description" and "comment" datatypes unnecessarily limited to 255 char

2020-09-22 Thread Paul Foxworthy (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Foxworthy updated OFBIZ-12021:
---
Summary: "description" and "comment" datatypes unnecessarily limited to 255 
char   (was: "description" and "comment" datatypes unnecessarily  limited to 
255 char )

> "description" and "comment" datatypes unnecessarily limited to 255 char 
> 
>
> Key: OFBIZ-12021
> URL: https://issues.apache.org/jira/browse/OFBIZ-12021
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, framework/entity
>Reporter: ddev
>Priority: Minor
> Attachments: field-types-with-longer-comments-and-descriptions.diff
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> "description" and "comment" fields are restricted to 255 char.  However after 
> some research I found that all the supported databases support longer then 
> 255 char
> I would expect users to want to write more then 255 char in a comment (I know 
> I personally can).
>  
> I have included diff of my proposed solution as a attachment  (I am 
> unfamiliar with the procedures for submitting patches here)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)