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?
Are you using english as language in Share?
I dont think it is issue of Alfresco Community 201605-linux-x64.
After making changes restart is required?did you restared?
Mr.Sanjay Bandhniya
Thank you for reply.
Yes I did restart. But Can't change startt day.
Sorry, I may not be able to write correctly and correctly because I am not used to English questions.
Regards.
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).
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.