• Andrew Smith's avatar
    Correct check for displaying SubEpic counts on boards · b9f49339
    Andrew Smith authored
    The `allowSubEpics` state variable was not being set previously so any
    checks in app/assets/javascripts/boards/components/board_card_inner.vue
    would be checking against `undefined`. We need to set the data on the
    board app and add it to the state as the page loads.
    
    Changelog: fixed
    EE: true
    b9f49339
state.js 553 Bytes