forked from github/szkolny
[API/Vulcan] Swap grade category and description.
This commit is contained in:
parent
37e57d2f73
commit
33ca55401b
@ -1240,9 +1240,9 @@ public class Vulcan implements EdziennikInterface {
|
|||||||
Grade gradeObject = new Grade(
|
Grade gradeObject = new Grade(
|
||||||
profileId,
|
profileId,
|
||||||
id,
|
id,
|
||||||
finalDescription,
|
|
||||||
color,
|
|
||||||
category,
|
category,
|
||||||
|
color,
|
||||||
|
finalDescription,
|
||||||
finalName,
|
finalName,
|
||||||
finalValue,
|
finalValue,
|
||||||
weight,
|
weight,
|
||||||
|
Loading…
Reference in New Issue
Block a user