Actions
Bug #2476
closedToken action name for WebDAV digest still uses kebab case
Start date:
09/28/2024
Due date:
10/03/2024
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Breaking change?:
Requires Documentation?:
Description
The partial views/hooks/redmine_dmsf/_view_my_account.html.erb
uses a finder method where the action name still uses kebab case but since migration 20240829093801_rename_dmsf_digest_token.rb
it is required to use snake case.
That is, dmsf-webdav-digest
needs to be renamed to dmsf_webdav_digest
to find the token of the current user.
Updated by liaham about 1 year ago
- Status changed from New to Feedback
- Pull Request Link changed from n/a to https://github.com/danmunn/redmine_dmsf/pull/1551
Updated by liaham about 1 year ago
- Target version changed from unreleased to 3.2.1-xmr
Updated by liaham about 1 year ago
- Due date set to 10/03/2024
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Actions