-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix. toolbar disable,view comment not remove #3010
Conversation
Thank you @Instrye - this looks like quite a bit of work and some good changes. I don't have my head around it, I'll have to try another day. In the meantime, anybody else willing to give it a review? |
This needs to be revised to incorporate changes in |
@MGatner could you re-check it? thanks |
Co-authored-by: Abdul Malik Ikhsan <[email protected]>
A few issues failing the static analysis check, but otherwise this looks good. Waiting on Travis. @samsonasik should we merge despite the CS failures? Or resolve those first? |
@MGatner I think code static analysis check need to incorporated first:
|
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.
Looks good! @michalsn any thoughts before merge?
@Instrye It looks like one more round of tweaks, if you're available for those. |
😂I want to provide quality phpdoc, But my English level hinders me. |
update phpdoc Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
update phpdoc Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
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.
Looks good, thanks!
You only have to resolve some conflicts with the develop branch and I think we're good to go.
@michalsn Everything's ready. |
Thanks! |
delete filter argumets support. because, filter musetimplements FilterInterface
.before
only receive request. so, if filter argumetns send tobefore
, will get an error.run
method,Filters::$filtersClass
save alias to classChecklist:
aliases
to config