Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #208255
Closed
Open
Issue created Feb 27, 2020 by Heinrich Lee Yu@engwanMaintainer

Editing Markdown fields don't work

We've had several reports that editing Markdown (issue notes, MR descriptions) were not working. Clicking save succeeds but the rendered Markdown doesn't show the new changes. When clicking "Edit" again, the new edit is actually there in the Markdown.

Upon investigation, this was due to the markdown field being updated (note, description), but the cached HTML column was not regenerated.

This started happening after the deploy (I think 12.9.202002261506-cf91edbb.76b8c645816). But we didn't do anything related there except bump the markdown cache version which would've forced regeneration of these HTML columns when they are viewed.

Editing the object again and adding extra characters to trigger the regeneration of the cache works. So this has been very difficult to reproduce.

Edited Feb 27, 2020 by Heinrich Lee Yu
Assignee
Assign to
Time tracking