Start day of a week by Alfresco Community 201605-linux-x64

cancel
Showing results for 
Search instead for 
Did you mean: 
shozu
Member II

Start day of a week by Alfresco Community 201605-linux-x64

Hello alfresco users,

I have a question about the calendar of start day of week control at Alfresco Community 201605-linux-x64.

I foud this page(https://community.alfresco.com/message/559975-calendar-start-day) So I tried add below line.

1.custom-slingshot-application-context.xml in under <ALF_HOME>\shared\classes\alfresco\web-extension

 <?xml version='1.0' encoding='UTF-8'?>
 <beans xmlns="http://www.springframework.org/schema/beans"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:hz="http://www.hazelcast.com/schema/config"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                http://www.hazelcast.com/schema/config
                http://www.hazelcast.com/schema/config/hazelcast-spring.xsd">
 
   <bean id="webscripts.resources"      
         class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
       <property name="resourceBundles">
         <list>
            <value>alfresco.web-extension.messages.customslingshot</value>
       <value>webscripts.messages.webscripts</value>
            <value>alfresco.messages.common</value>
            <value>alfresco.messages.slingshot</value>
         </list>
      </property>
   </bean>
</beans>

2. customslingshot.properties under <ALF_HOME>\tomcat\shared\classes\alfresco\web-extension\messages.

   calendar.widget_config.start_weekday=0

But our Calendar is still starting on Monday.

Does any one know this issue resolved on Alfresco Community 201605-linux-x64?

5 Replies
roberto_gamiz
Established Member II

Re: Start day of a week by Alfresco Community 201605-linux-x64

sanjaybandhniya
Intermediate

Re: Start day of a week by Alfresco Community 201605-linux-x64

I dont think it is issue of Alfresco Community 201605-linux-x64.

After making changes restart is required?did you restared?

shozu
Member II

Re: Start day of a week by Alfresco Community 201605-linux-x64

Mr.Sanjay Bandhniya

 

Thank you for reply.

Yes I did restart. But Can't change startt day.

The described method is
is it  also effective with Alfresco Community 201605-linux-x64?
Regards
shozu
Member II

Re: Start day of a week by Alfresco Community 201605-linux-x64

Mr.Roberto Gamiz Sanchez

Sorry, I may not be able to write correctly and correctly because I am not used to English questions.

Regards.

roberto_gamiz
Established Member II

Re: Start day of a week by Alfresco Community 201605-linux-x64

I mean if you have taked account of the localization mechanism of Alfresco Share.

If your UI is using a traduction of english you must to change the property in an localized file too (customslingshot_XX.properties).