Skip to content
Snippets Groups Projects
Select Git revision
  • jmc-dq-settings-sync
  • cherryhan-master-patch-bd7d
  • 498396/aslota-fetch-allowed-statuses-from-widget-definitions
  • mdangelo/support_group_level_work_items_on_current_user_work_items_query
  • ch_503812
  • gems_checksum_lock
  • release-tools/update-kas
  • 515917-update-feature-name-to-gitlab-duo-self-hosted
  • jmc-gdk-sign-in-error-doc
  • hm-try-frontend-coverage
  • master default protected
  • rails-next protected
  • ruby-next protected
  • craigmsmith_create_secret_detection_token_status
  • 521041/aslota-rename-custom-status-widget-to-status-widget
  • 520605-mr-and-branch-creation-not-working-from-tasks
  • check-for-definition-to-exists-before-triggering-extra-classes
  • hm-test-disabling-cron-jobs-coverband
  • update-table-sizes-2025-03-02--hq-k-r0i45-k-l-g-pyt-l-c
  • overdue-finalize-background-migration--backfill-ci-build-trace-metadata-project-id
  • v17.7.6-ee protected
  • v17.8.4-ee protected
  • v17.9.1-ee protected
  • v17.8.3-ee protected
  • v17.7.5-ee protected
  • v17.9.0-ee protected
  • v17.9.0-rc42-ee protected
  • v17.6.5-ee protected
  • v17.7.4-ee protected
  • v17.8.2-ee protected
  • v17.6.4-ee protected
  • v17.7.3-ee protected
  • v17.8.1-ee protected
  • v17.8.0-ee protected
  • v17.7.2-ee protected
  • v17.8.0-rc42-ee protected
  • v17.5.5-ee protected
  • v17.6.3-ee protected
  • v17.7.1-ee protected
  • v17.7.0-ee protected
40 results

actions.js

  • Paul Slaughter's avatar
    e40ded8c
    Fix discarding renamed directories in Web IDE · e40ded8c
    Paul Slaughter authored
    **How?**
    In the discard, we revert renames by calling the
    `renameEntry` action. Unfortunately this action
    is not sufficient to rename an entry. In the new_dropdown
    modal component you'll see that there's a call to
    createTempEntry for the parent directory...
    
    The solution is to move that createTempEntry
    into the renameEntry action so that this action is
    properly encapsulated.
    Verified
    e40ded8c
    History
    Fix discarding renamed directories in Web IDE
    Paul Slaughter authored
    **How?**
    In the discard, we revert renames by calling the
    `renameEntry` action. Unfortunately this action
    is not sufficient to rename an entry. In the new_dropdown
    modal component you'll see that there's a call to
    createTempEntry for the parent directory...
    
    The solution is to move that createTempEntry
    into the renameEntry action so that this action is
    properly encapsulated.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.