discourse/app
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
..
assets FIX: handles boolean with popupMenuOption (#7299) 2019-04-01 16:08:14 +02:00
controllers DEV: removes old dashboard (#7295) 2019-04-01 12:39:49 +02:00
helpers PERF: no need to select entire group just to find name 2019-03-26 17:59:05 +11:00
jobs Revert `update_columns` -> `update!` when rebaking/post-processing post. 2019-04-01 16:29:00 +08:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: don't enqueue TruncateUserFlagStats job when not needed 2019-04-01 15:53:55 +02:00
serializers FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
services DEV: Don't warn when trying to reindex a post with a deleted topic. 2019-04-01 17:04:32 +08:00
views * FEATURE: change layout of escaped_fragment_ topic page to table one like live discourse (#7250) 2019-03-27 21:32:56 +01:00