Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
fc1b9d74
Commit
fc1b9d74
authored
Apr 01, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TextDocument: fix incorrect warning
parent
f6d7f797
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
product/ERP5/Document/TextDocument.py
product/ERP5/Document/TextDocument.py
+3
-3
No files found.
product/ERP5/Document/TextDocument.py
View file @
fc1b9d74
...
@@ -392,7 +392,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
...
@@ -392,7 +392,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
"""
"""
"""
"""
LOG
(
'TextDocument'
,
WARNING
,
LOG
(
'TextDocument'
,
WARNING
,
'Usage of text_format is deprecated, use
text_content
instead'
)
'Usage of text_format is deprecated, use
content_type
instead'
)
return
self
.
getContentType
(
default
)
return
self
.
getContentType
(
default
)
security
.
declareProtected
(
Permissions
.
ModifyPortalContent
,
'setTextFormat'
)
security
.
declareProtected
(
Permissions
.
ModifyPortalContent
,
'setTextFormat'
)
...
@@ -400,7 +400,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
...
@@ -400,7 +400,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
"""
"""
"""
"""
LOG
(
'TextDocument'
,
WARNING
,
LOG
(
'TextDocument'
,
WARNING
,
'Usage of text_format is deprecated, use
text_content
instead'
)
'Usage of text_format is deprecated, use
content_type
instead'
)
return
self
.
setContentType
(
value
)
return
self
.
setContentType
(
value
)
security
.
declareProtected
(
Permissions
.
ModifyPortalContent
,
security
.
declareProtected
(
Permissions
.
ModifyPortalContent
,
...
@@ -409,7 +409,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
...
@@ -409,7 +409,7 @@ class TextDocument(CachedConvertableMixin, BaseConvertableFileMixin,
"""
"""
"""
"""
LOG
(
'TextDocument'
,
WARNING
,
LOG
(
'TextDocument'
,
WARNING
,
'Usage of text_format is deprecated, use
text_content
instead'
)
'Usage of text_format is deprecated, use
content_type
instead'
)
return
self
.
_setContentType
(
value
)
return
self
.
_setContentType
(
value
)
def
getData
(
self
,
default
=
_MARKER
):
def
getData
(
self
,
default
=
_MARKER
):
...
...
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