# Can't mark a post as wiki anymore

**URL:** https://meta.discourse.org/t/cant-mark-a-post-as-wiki-anymore/40090
**Category:** Support
**Created:** [24 Fevereiro , 2016 14:24 UTC](https://meta.discourse.org/t/cant-mark-a-post-as-wiki-anymore/40090 "2016-02-24T14:24:18Z")
**Posts on this page:** 1
**Showing post:** 25

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [20 Janeiro , 2017 08:22 UTC](https://meta.discourse.org/t/cant-mark-a-post-as-wiki-anymore/40090/25 "2017-01-20T08:22:20Z")

</div>

Ok this is fixed in

[https://github.com/discourse/discourse/commit/32846aad2a511d631b3845cf1f72dea7ec689522](https://github.com/discourse/discourse/commit/32846aad2a511d631b3845cf1f72dea7ec689522)

There were a couple of problems here:

1. We were increasing the post’s version of the post client side without considering whether the post’s version was actually increased server side. That was causing all sort of weird rendering patterns because the post version is used to determine whether we show the edit icon.

2. Marking a post as a wiki was bumping the post’s version which is wrong and results in a client side bug where the edit history window will contain a version without any changes.

---

_[View the full topic](https://meta.discourse.org/t/cant-mark-a-post-as-wiki-anymore/40090)._
