Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 366930a6

Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)

Re #7499 User profile component initialized

Zobrazit rozdíly:

webapp/src/app/services/api/user.service.ts
78 78
    return this.makeGetCalendarApiCall('me', from, to, language, status);
79 79
  }
80 80

  
81
  /**
82
   * Returns vacation and sick days in interval between given dates
83
   * @param id user's id
84
   * @param from days from this date forward
85
   * @param to limit returned days, returns <from, to>
86
   * @param language error's language
87
   * @param status filter by status
88
   */
89
  getUserCalendarWithOptions(id: string, from: Date, to: Date, language: Languages, status: RequestStatus) {
90
    return this.makeGetCalendarApiCall(id, from, to, language, status);
91
  }
92

  
81 93
  /**
82 94
   * Post user calendar using POST
83 95
   * @param calendar to be posted

Také k dispozici: Unified diff