-
Notifications
You must be signed in to change notification settings - Fork 317
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
User Admin - refactored all breadcrumbs #694
User Admin - refactored all breadcrumbs #694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this is looking great!! 😃 I've highlighted a couple quick changes. Also, the __()
translation function no longer required a $guid, so in your updated breadcrumbs can you remove any of the cases where the method begins with __($guid
. I'll add this to the gist notes too. Thanks!
Wow, Leo you've been busy! I will leave look at this one tomorrow and aim to merge it in. Thanks : ) |
Hi Sandra and Ross, |
Thanks! Looks great. I've setup an issue so we can track the refactoring progress: #696 |
@SKuipers: Does the auto-generated breadcrumb object include the module name and path already? Or do we need to do a manual |
Yep, it includes the module name & entry point already. Be sure to check out the instructions 😃 |
@leofreitas can you let me know when you feel this is ready to be merged, and I will take a look. Thanks! |
@rossdotparker this pullrequest is ready to be merge. thanks! |
@leofreitas it looks good : ) but, you seem to have deleted uploads/.htaccess. Please can you restore this file, and then I will merge and test. Thanks! |
🤦♀️ I missed that! Well spotted. |
Hi @rossdotparker, |
Hi Leo, thanks for persisting with this! The issue with the delete breadcrumbs is that the refactoring will cause a PHP error, which is worse than a Travis error. If you can remove them again, I'll then merge, and we can fix the tests to keep Travis happy. Sorry to create more work for you, hopefully it won't take long! |
I've updated all the tests to no longer check for breadcrumbs on the delete action. Thanks! |
Hi,
I finished this module, and would started the module activies.