Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a923ada8

Přidáno uživatelem Hung Hoang před téměř 6 roky(ů)

  • ID a923ada80b798a75f8b722f59a01ef3f35603416
  • Rodič 1d169f6d

Re#7528 Menu items are highlighted with correct default, added 404 page

Zobrazit rozdíly:

webapp/src/app/services/api/user.service.ts
24 24
   * Returns user profile if the user making this call
25 25
   * is logged as admin
26 26
   * UserProfile.notification might be returned as string instead of date
27
   * @param id employee id
27
   * @param id user profile id
28 28
   */
29 29
  getUserProfile(id: number) {
30 30
    return this.makeGetProfileApiCall(id.toString(), null);

Také k dispozici: Unified diff