Skip to content
Snippets Groups Projects
Commit 57626c12 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'fix/disable-subject-when-posting' into 'develop'

disable subject field when posting #868

See merge request !1148
parents 8a15900c fc6ca20a
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1148disable subject field when posting #868
Pipeline #27290 passed
......@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Newlines in the muted words settings work again
- Clicking on non-latin hashtags won't open a new window
- Uploading and drag-dropping multiple files works correctly now.
- Subject field now appears disabled when posting
## [2.0.3] - 2020-05-02
### Fixed
......
......@@ -81,6 +81,7 @@
v-model="newStatus.spoilerText"
type="text"
:placeholder="$t('post_status.content_warning')"
:disabled="posting"
class="form-post-subject"
>
</EmojiInput>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment