This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/controllers
Joffrey JAFFEUX 4b1b135ede FIX: handles boolean with popupMenuOption (#7299)
Handle the case of https://github.com/discourse/DiscoTOC doing this kind of setup:

```
return {
    action: "insertDtoc",
    icon: "align-left",
    label: themePrefix("insert_table_of_contents"),
    condition: !composerController.get("model.canCategorize")
  };
```

In this case there's no function to call, it's already set.
2019-04-01 16:08:14 +02:00
..
2019-01-11 17:54:23 +01:00
2019-01-11 17:54:23 +01:00
2019-01-11 17:54:23 +01:00
2019-01-11 17:54:23 +01:00
2019-01-11 17:54:23 +01:00
2019-02-18 11:52:11 +05:30
2019-03-18 10:54:20 -04:00
2019-01-11 17:54:23 +01:00
2016-10-21 17:28:37 -04:00