Skip to content

Commit b4dbac6

Browse files
committed
Merge remote-tracking branch 'remotes/dev/1.10' into 1.10
2 parents ea813f0 + f7d5ac8 commit b4dbac6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

UPGRADE-1.10.6.md

+30
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,33 @@ UPGRADE FROM 1.10.5 to 1.10.6
77
- method `getEntityContactInformationColumns` `was deprecated. Use method getEntityContactInformationFields` instead.
88
- method `getEntityContactInformationColumnsInfo` was deprecated. Use method `getEntityContactInformationFieldsInfo` instead.
99
- method `getEntityLevelContactInfoColumns` was deprecated. Use method `getEntityLevelContactInfoFields` instead.
10+
11+
###OroActivityListBundle
12+
- OroActivityListBundle:ActivityList/js:activityItemTemplate.js.twig has been renamed to OroActivityListBundle:ActivityList/js:activityItemTemplate.html.twig
13+
- OroActivityListBundle:ActivityList:js/list.js.twig has been renamed to OroActivityListBundle:ActivityList:js/list.html.twig
14+
- OroActivityListBundle:ActivityList:js/view.js.twig has been renamed to OroActivityListBundle:ActivityList:js/view.html.twig
15+
16+
###OroCRMCallBundle
17+
- OroCRMCallBundle:Call:js/activityItemTemplate.js.twig has been renamed to OroCRMCallBundle:Call:js/activityItemTemplate.html.twig
18+
19+
###OroCRMCaseBundle
20+
- OroCRMCaseBundle:Comment:js/list.js.twig has been renamed to OroCRMCaseBundle:Comment:js/list.html.twig
21+
- OroCRMCaseBundle:Comment:js/view.js.twig has been renamed to OroCRMCaseBundle:Comment:js/view.html.twig
22+
23+
###OroCRMTaskBundle
24+
- OroCRMTaskBundle:Task:js/activityItemTemplate.js.twig has been renamed to OroCRMTaskBundle:Task:js/activityItemTemplate.html.twig
25+
26+
###OroCalendarBundle
27+
- OroCalendarBundle:CalendarEvent:js/activityItemTemplate.js.twig has been renamed to OroCalendarBundle:CalendarEvent:js/activityItemTemplate.html.twig
28+
29+
###OroEmailBundle
30+
- OroEmailBundle:Email:js/activityItemTemplate.js.twig has been renamed to OroEmailBundle:Email:js/activityItemTemplate.html.twig
31+
- OroEmailBundle:Email:js/groupedActivityItemTemplate.js.twig has been renamed to OroEmailBundle:Email:js/groupedActivityItemTemplate.html.twig
32+
33+
###OroNoteBundle
34+
- OroNoteBundle:Note:js/activityItemTemplate.js.twig has been renamed to OroNoteBundle:Note:js/activityItemTemplate.html.twig
35+
- OroNoteBundle:Note:js/list.js.twig has been renamed to OroNoteBundle:Note:js/list.html.twig
36+
- OroNoteBundle:Note:js/view.js.twig has been renamed to OroNoteBundle:Note:js/view.js.twig
37+
38+
###OroCommentBundle
39+
- OroCommentBundle:Comment/js:list.js.twig has been renamed to OroCommentBundle:Comment/js:list.html.twig

0 commit comments

Comments
 (0)