Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

sources-register.component.ts
20 20

  
21 21
  // fixme still when I click the link inside the text in overlay, this event happens as well (I go to the first step of the wizard)
22 22
  goTo(datasourceType: string) {
23
    if (datasourceType === 'literature') {
23
    if (datasourceType === 'repository') {
24 24
      this.router.navigateByUrl(`/sources/register/${datasourceType}?step=selectDatasource`);
25 25
    } else if (datasourceType === 'data') {
26 26
      this.router.navigateByUrl(`/sources/register/${datasourceType}?step=selectDatasource`);

Also available in: Unified diff