# "Pin globally" does nothing

**URL:** https://meta.discourse.org/t/pin-globally-does-nothing/28810
**Category:** Bug
**Created:** [May 14, 2015, 8:12am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810 "2015-05-14T08:12:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Frey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frey/32/115508_2.png) [@Frey](https://meta.discourse.org/u/Frey)
#### Post date: [May 14, 2015, 8:12am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/1 "2015-05-14T08:12:33Z")

</div>

When I click ‘Pin globally’, nothing happens. Topic does not marked as pin at all.

Also, If I click ‘Pin’, option ‘Pin globally’ disappears from options list, is it as intended?

Thanks.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 14, 2015, 8:33am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/2 "2015-05-14T08:33:20Z")

</div>

Which version are you running?

---

<div class="post-metadata">

### Author: ![Frey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frey/32/115508_2.png) [@Frey](https://meta.discourse.org/u/Frey)
#### Post date: [May 14, 2015, 8:52am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/3 "2015-05-14T08:52:23Z")

</div>

Latest: updated about hour ago.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 14, 2015, 8:56am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/4 "2015-05-14T08:56:45Z")

</div>

Just tested on [http://try.discourse.org](http://try.discourse.org) and I can’t reproduce ☹

Are there any errors in the console?

---

<div class="post-metadata">

### Author: ![Frey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frey/32/115508_2.png) [@Frey](https://meta.discourse.org/u/Frey)
#### Post date: [May 14, 2015, 9:01am UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/5 "2015-05-14T09:01:46Z")

</div>

This:

```plaintext
[Error] Error: Nothing handled the action 'togglePinnedGlobally'. If you did handle the action, this error can be caused by returning true from an action handler in a controller, causing the action to bubble.
	run (undefined, line 23524)
	run
	handleRegisteredAction
	(anonymous function)
	dispatch
	handle

```

---

<div class="post-metadata">

### Author: ![Frey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frey/32/115508_2.png) [@Frey](https://meta.discourse.org/u/Frey)
#### Post date: [May 14, 2015, 3:08pm UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/6 "2015-05-14T15:08:23Z")

</div>

Ok, I’ve disabled 2 plugins (curated home and locale override), rebuilt app and everything seems work fine now.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [May 14, 2015, 9:19pm UTC](https://meta.discourse.org/t/pin-globally-does-nothing/28810/7 "2015-05-14T21:19:48Z")

</div>


