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

Bug: View layout name hierarchy is not displaying correctly on Debugbar Views #3327

Closed
yahyaerturan opened this issue Jul 16, 2020 · 1 comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@yahyaerturan
Copy link

I created a base.app.php layout.

Then I created a login page:

# app/Views/security/login.php

<?php $this->extend('base.app.php'); ?>

<?= $this->section('body') ?>
    <h1>Login Page</h1>
<?= $this->endSection() ?>

CI4 works nicely. No problem.

But when I clicked views in debugbar;

1 APPPATH/Views/base.app.php
2 1 APPPATH/Views/base.app.php
Login Page

What I expect (I guess):

1 APPPATH/Views/base.app.php
2 1 APPPATH/Views/security/login.php
Login Page

I wanted to let you know if this is a bug.

CI Tested Versions: v4.0.3, v4.0.4

@yahyaerturan yahyaerturan added the bug Verified issues on the current code behavior or pull requests that will fix them label Jul 16, 2020
@MGatner
Copy link
Member

MGatner commented Jul 17, 2020

@michalsn took care of that real quick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

2 participants