Merge pull request #1407 from dpalou/MOBILE-2465
MOBILE-2465 addon: Fix bad template naming in book and chatmain
commit
5413edc3e8
|
@ -26,7 +26,7 @@ import { AddonModBookTocPopoverComponent } from '../../components/toc-popover/to
|
|||
*/
|
||||
@Component({
|
||||
selector: 'addon-mod-book-index',
|
||||
templateUrl: 'addon-mod-assign-submission-index.html',
|
||||
templateUrl: 'addon-mod-book-index.html',
|
||||
})
|
||||
export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComponent {
|
||||
component = AddonModBookProvider.COMPONENT;
|
||||
|
|
|
@ -24,7 +24,7 @@ import * as moment from 'moment';
|
|||
*/
|
||||
@Component({
|
||||
selector: 'addon-mod-chat-index',
|
||||
templateUrl: 'addon-mod-assign-submission-index.html',
|
||||
templateUrl: 'addon-mod-chat-index.html',
|
||||
})
|
||||
export class AddonModChatIndexComponent extends CoreCourseModuleMainActivityComponent {
|
||||
component = AddonModChatProvider.COMPONENT;
|
||||
|
|
Loading…
Reference in New Issue