Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
1045e5f4
Commit
1045e5f4
authored
May 01, 2019
by
Samuel GAIST
Browse files
[widgets][protocoltemplateeditor] Fix initialization
parent
1b88ed03
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/widgets/protocoltemplateeditor.py
View file @
1045e5f4
...
...
@@ -197,7 +197,7 @@ class ProtocolTemplateEditor(AbstractAssetEditor):
"""Editor for protocol template objects"""
def
__init__
(
self
,
parent
=
None
):
super
(
ProtocolTemplateEditor
,
self
).
__init__
(
parent
)
super
(
ProtocolTemplateEditor
,
self
).
__init__
(
AssetType
.
PROTOCOLTEMPLATE
,
parent
)
self
.
setObjectName
(
self
.
__class__
.
__name__
)
self
.
set_title
(
self
.
tr
(
"Protocol Template"
))
...
...
Write
Preview
Supports
Markdown
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