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

EZP-31887: Added missing header informations in create/edit content/user #1530

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Sep 23, 2020

Question Answer
Tickets https://jira.ez.no/browse/EZP-31887
https://jira.ez.no/browse/EZP-31846
Bug fix? yes
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Screenshot from 2020-09-24 12-52-42
Screenshot from 2020-09-24 12-52-30

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

{ value: content_type.name }
]} %}
{% endblock %}
{% block breadcrumbs %}{% endblock %}
Copy link
Contributor

Choose a reason for hiding this comment

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

is this block needed now?

@lucasOsti lucasOsti requested review from GrabowskiM and removed request for GrabowskiM and dew326 September 23, 2020 13:07
@lucasOsti lucasOsti marked this pull request as draft September 23, 2020 14:07
…ded missing inforamtions for header content create/edit
@lucasOsti lucasOsti marked this pull request as ready for review September 24, 2020 07:49
<div class="ez-content-edit-page-title__description">{{ description }}</div>
<div class="ez-content-edit-page-title__description">
{% if content_type.description %}
<div class="my-1">{{ content_type.description }}</div>
Copy link
Member

Choose a reason for hiding this comment

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

Removing description variable is kind of a BC break

@dew326 dew326 merged commit 8108cd1 into ezsystems:master Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants