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

Breaking/tdr 9/handlebars 4 upgrade #78

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

oatymart
Copy link
Contributor

@oatymart oatymart commented Jan 3, 2020

build/path.js Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Aug 25, 2023

Coverage Report

Totals Coverage
Statements: 81.7% ( 8586 / 10509 )
Methods: 80.55% ( 1814 / 2252 )

{{#if ../../disabled}} disabled="disabled"{{/if}}>
{{#if ../../icon}}<span class="icon-{{../../../icon}}"></span>{{/if}}
{{../../label}}
{{#with row}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This #with is needed, because action.hidden is expected to be a function with reference to row as this:

actions: [{
  id: 'action-1', 
  hidden: function() {
    this.userFirstName === 'nobody'
  }
}]

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Version

❕ Some commits are not using the conventional commits formats. They will be ignored in version management.

Target Version 2.2.1
Last version 2.2.0

There are 0 BREAKING CHANGE, 0 feature, 2 fixes

@oatymart oatymart marked this pull request as draft June 7, 2024 08:10
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

Successfully merging this pull request may close these issues.

3 participants