Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
82ce7300
Commit
82ce7300
authored
Oct 05, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1222
parent
5836e9d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
src/templates/chatroom_bookmark_form.html
src/templates/chatroom_bookmark_form.html
+1
-1
No files found.
CHANGES.md
View file @
82ce7300
...
...
@@ -4,6 +4,7 @@
-
Bugfix. Handler not triggered when submitting MUC password form 2nd time
-
Bugfix. MUC features weren't being refreshed when saving the config form
-
#1222 Adding a bookmark should prefill the room name
## 4.0.2 (2018-10-02)
...
...
src/templates/chatroom_bookmark_form.html
View file @
82ce7300
...
...
@@ -3,7 +3,7 @@
<legend>
{{{o.heading}}}
</legend>
<fieldset
class=
"form-group"
>
<label
for=
"converse_muc_bookmark_name"
>
{{{o.label_name}}}
</label>
<input
class=
"form-control"
type=
"text"
name=
"name"
required=
"required"
id=
"converse_muc_bookmark_name"
/>
<input
class=
"form-control"
type=
"text"
value=
"{{{o.name}}}"
name=
"name"
required=
"required"
id=
"converse_muc_bookmark_name"
/>
</fieldset>
<fieldset
class=
"form-group"
>
<label
for=
"converse_muc_bookmark_nick"
>
{{{o.label_nick}}}
</label>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment