Add transcendence_step to uncap view in grid blueprints

This commit is contained in:
Justin Edmund 2025-09-19 23:36:24 -07:00
parent 4e5bb350d1
commit f66e4d5a48
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ module Api
view :uncap do
association :party, blueprint: PartyBlueprint
fields :position, :uncap_level
fields :position, :uncap_level, :transcendence_step
end
view :destroyed do

View file

@ -43,7 +43,7 @@ module Api
view :uncap do
association :party, blueprint: PartyBlueprint
fields :position, :uncap_level
fields :position, :uncap_level, :transcendence_step
end
view :destroyed do