Problem with StatusItem table

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with StatusItem table

Anurag Walia
Hi all,

Thanks in advance for time to comment on it.

I have a problem with StatusItem table while i had changed the description for
CRQ_ACCEPTED,CRQ_REVIEWED and CRQ_ .. but the are not reflecting on find request status drop down
and other place also.

please if any know what is the reason please provide.

Anurag Walia
Reply | Threaded
Open this post in threaded view
|

Re: Problem with StatusItem table

Scott Gray-2
Hi Anurag,

Have a look in the *EntityLabels.xml files, they are used for internationalization of seed data descriptions.  Just to a search for the keys you've mentioned below and you should see the files pop up in the results.  Change the descriptions in those files and you'll see the changes reflected in the UI.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 15/07/2010, at 5:56 PM, Anurag Walia wrote:

>
> Hi all,
>
> Thanks in advance for time to comment on it.
>
> I have a problem with StatusItem table while i had changed the description
> for
> CRQ_ACCEPTED,CRQ_REVIEWED and CRQ_ .. but the are not reflecting on find
> request status drop down
> and other place also.
>
> please if any know what is the reason please provide.
>
> Anurag Walia
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-with-StatusItem-table-tp2289708p2289708.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem with StatusItem table

Anurag Walia
Thanks dear for your valuable reply,

this problem in opentaps in which .property file used for I18N so i have checked and searched .
but i haven't find the key in any .property file yet..

while syntax in the form for drop down is like:
<field name="statusId" title="${uiLabelMap.CommonStatus}" position="1">
            <display-entity entity-name="StatusItem"/>
 </field>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with StatusItem table

Scott Gray-2
Who knows with opentaps but I'm guessing the same thing applies.  OFBiz did previously use property files for internationalization and my response still applies.

Assuming your version of opentaps is based on ofbiz 4.0 then you'll find the relevant properties in framework/common/config/CommonEntityLabels.properties
As can be seen here at line 102: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/common/config/CommonEntityLabels.properties?view=markup

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 15/07/2010, at 7:18 PM, Anurag Walia wrote:

>
> Thanks dear for your valuable reply,
>
> this problem in opentaps in which .property file used for I18N so i have
> checked and searched .
> but i haven't find the key in any .property file yet..
>
> while syntax in the form for drop down is like:
> <field name="statusId" title="${uiLabelMap.CommonStatus}" position="1">
>            <display-entity entity-name="StatusItem"/>
> </field>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-with-StatusItem-table-tp2289708p2289764.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem with StatusItem table

Anurag Walia
In reply to this post by Anurag Walia
thanks dear
i got the solution in commonEntityUilabel.properties file