Skip to content

Display missing "about" section in admin blog show page #430

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

Closed
wants to merge 2 commits into from
Closed

Display missing "about" section in admin blog show page #430

wants to merge 2 commits into from

Conversation

yceruto
Copy link
Member

@yceruto yceruto commented Jan 11, 2017

Also I've added in this PR some minor simplifications ;)

@@ -46,5 +46,7 @@
}, with_context = false) }}
</div>

{{ parent() }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably, the original idea was to show that we can override content of parent block, but I can be wrong here...

Copy link
Member

Choose a reason for hiding this comment

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

I don't remember ... but the rest of admin/* templates include this parent() ... so this is probably a bug.

Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

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

👍

@@ -46,5 +46,7 @@
}, with_context = false) }}
</div>

{{ parent() }}
Copy link
Member

Choose a reason for hiding this comment

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

I don't remember ... but the rest of admin/* templates include this parent() ... so this is probably a bug.

@@ -34,8 +34,7 @@
*/
class LoadFixtures implements FixtureInterface, ContainerAwareInterface
Copy link
Member

Choose a reason for hiding this comment

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

ContainerAwareInterface should be removed here too

Copy link
Member

Choose a reason for hiding this comment

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

no. The class is still container aware (but it uses the trait to implement it instead of doing it explicitly)

Copy link
Member

Choose a reason for hiding this comment

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

I'm sorry! I'm not very familiar with traits.

@javiereguiluz
Copy link
Member

Thanks @yceruto.

@yceruto yceruto deleted the about-section branch January 12, 2017 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants