Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hub Sheet does not display Defense Rating, #38

Open
newbyr opened this issue Aug 30, 2023 · 1 comment
Open

Hub Sheet does not display Defense Rating, #38

newbyr opened this issue Aug 30, 2023 · 1 comment

Comments

@newbyr
Copy link

newbyr commented Aug 30, 2023

When used the Hub sheet does ntodisplay the Defense Rating, This is because the reference in the template hub-sheet.html has an incorrect valuer eference.
Line 132 of code is
<input class="defense-rating" name="system.frame.defenseRating" type="number" value="{{data.system.frame.defenseRating}}" data-dtype="Number" readonly="readonly"/>

but should read

<input class="defense-rating" name="system.frame.defenseRating" type="number" value="{{data.system.frame.system.defenseRating}}" data-dtype="Number" readonly="readonly"/>

@asherett
Copy link

Seems fixed by 4.0.0, can probably be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants