Andrey

Results 8 issues of Andrey

Fix regex line: example line - {"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}} after processing, the code was not cut correctly {"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\

Fix makePresenter() DocBlock parameter

Added support for Redmine tags -https://www.redmine.org/plugins/redmineup_tags

Could you add support for redmine tags - https://www.redmine.org/plugins/redmineup_tags In my example, I am passing an array ``` Redmine::issue()->create( // ... 'tag_list' => [ 'approved', 'finished', ], ); ``` But...

enhancement
pending: help wanted

Declaration of Orlyapps\NovaBelongsToDepend\NovaBelongsToDepend::dependsOn(string ...$attributeNames): Orlyapps\NovaBelongsToDepend\NovaBelongsToDepend must be compatible with Laravel\Nova\Fields\BelongsTo::dependsOn($attributes, $mixin)

By default Yii2 appends the table name (alias) to the query selection when using a join - “table name. * ". Please add table name (alias) to support joins

I have an error collapsible-resource-manager:2 TypeError: Cannot read properties of undefined (reading 'isMobile') at Proxy.handler (collapsible-resource-manager:2:646852)

Main problem described here - https://github.com/laravel/nova-issues/issues/6421 Here is the method you're referring to. ![339031163-5bf82192-a8e8-4825-ac0e-083cb63aa799](https://github.com/laravel/nova-issues/assets/4937766/ea6699b9-e9df-4387-8c43-9c37d2edb304) But it uses toQueryWithoutScopes() from which it takes $resource::detailQuery instead of $resource::indexQuery. In this case, $resource::indexQuery...

bug
fix incoming