Kenyi Watanabe

Results 5 issues of Kenyi Watanabe

Using the same filename twice in the project leads to this ```ts // .nuxt/remote-handler.ts import * as todo from '.../feature-A/todo.server' import * as todo from '.../feature-B/todo.server' export type RemoteFunction =...

The 'Trim Table' action was added to Customize Form to permanently delete removed columns https://github.com/frappe/frappe/pull/25923 This should also be added to DocType for custom doctypes

feature-request

`before_rename` and `after_rename` server script events were added in https://github.com/frappe/frappe/pull/25085 But `after_rename` was not added to webhooks

feature-request

### Information about bug Setting `search_fields` and `title_field` in `Address` customize form has no effect on linked fields Docs: https://frappeframework.com/docs/user/en/basics/doctypes/form_&_view_settings#title-field ## Steps to reproduce the issue 1. Set `search_fields` and...

bug

Add sorting by `filter_name` to List Filters in List View Resolves: https://github.com/frappe/frappe/issues/26746 Please: backport version-15-hotfix

inactive