Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

separate character in rtl language

meysam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2017

hi

i have problem with rtl language .

in  "driven table admin" setting create one table  with below structure:

#

# Setup a grid to manage products
#
gd.columns = icode, iname, iprice
gd.tablename = products
gd.visiblerows=15


#
# Connect to the database to store the product list
#
gd.ds = jira


#
# Define the columns
#
col.icode = Code
col.icode.width = 100
col.icode.type = string

col.iname= Name
col.iname.width = 400
col.iname.type = string

col.iprice= Price
col.iprice.width = 100
col.iprice.type = number

 

 

===============================================

CUSTOM FIELD SETTING

----------------------------------------Screenshot from 2017-03-09 15-51-28.png

col.sku=product name
col.sku.type = list
col.sku.query = select iname, icode, iprice from products_d1 order by iname
col.sku.query.ds = jira
col.sku.autocomplete = true

==================================

language of content for this table is persian (Right to left) and when trying select value from column "iname"  in list field (col.sku.type = list) all items is separate character in drop down list style but when select one item everything is ok and my value showed correctly.

 

how can i fix this?

King Regards

 meysam

3 answers

0 votes
meysam rahmani March 10, 2017

First thank a lot to iDalko Support team for help me.

Solution for other user is : (might have same problem)

remove "col.sku.autocomplete = true" line in custome fields setting.

 

Thanks Iev Strygul

0 votes
meysam rahmani March 9, 2017

Hi Francis,

First thanks for your attention and I am really grateful to you.

 

0 votes
francis
Atlassian Partner
March 9, 2017

Hi Meysam,

You did raise this issue also in our support channel - thanks.

Is it ok to address it there, and then publish the outcome here ?

 

Francis

Suggest an answer

Log in or Sign up to answer