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

added class tests for views and wildcard view composers #131

Merged
merged 1 commit into from
May 11, 2018

Conversation

josephmancuso
Copy link
Member

We may now specify wildcard view composers so if you want a composer accessible in the resources/templates/mail template namespace, before we have to do this:

Viewclass.composer(['mail/welcome', 'mail/goodbye'], {dict here})

Now we can specify wildcard templates:

Viewclass.composer(['mail*'], {dict here})

@josephmancuso josephmancuso added enhancement New feature or request next minor Issue scheduled for the next minor release labels May 11, 2018
@josephmancuso josephmancuso self-assigned this May 11, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 88.763% when pulling 4aea9bc on add-wildcard-view-composers into 46d9080 on 1.6-staging.

1 similar comment
@coveralls
Copy link

coveralls commented May 11, 2018

Coverage Status

Coverage increased (+0.07%) to 88.763% when pulling 4aea9bc on add-wildcard-view-composers into 46d9080 on 1.6-staging.

@josephmancuso josephmancuso merged commit 1332644 into 1.6-staging May 11, 2018
@josephmancuso josephmancuso deleted the add-wildcard-view-composers branch May 19, 2018 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next minor Issue scheduled for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants