Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a35cb648

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added comments to backend

Zobrazit rozdíly:

Backend/Core/Entities/TagCategory.cs
13 13
        public string Name { get; set; }
14 14
        public string Color { get; set; }
15 15
        public string Description { get; set; }
16

  
17
        /// <summary>
18
        /// Whether or not this category is only visible to admins
19
        /// </summary>
16 20
        public bool DisabledForAnnotators { get; set; } = false;
17 21
    }
18 22
}

Také k dispozici: Unified diff