Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
139
Merge Requests
139
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
0df6386e
Commit
0df6386e
authored
Jun 25, 2024
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5/tests/testXHTML: do not report unused forms
parent
60f4f3df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
product/ERP5/tests/testXHTML.py
product/ERP5/tests/testXHTML.py
+6
-0
No files found.
product/ERP5/tests/testXHTML.py
View file @
0df6386e
...
...
@@ -112,6 +112,12 @@ class TestXHTMLMixin(ERP5TypeTestCase):
except
BrokenProxyField
:
template_field
=
None
if
template_field
is
None
:
# check if the field parent form can be used by this skin_name
field_form_id
=
field_path
.
split
(
'/'
)[
0
]
if
not
skins_tool
.
isFirstInSkin
(
'%s/%s'
%
(
skin_folder_id
,
field_form_id
),
skin
=
skin_name
):
# The problematic form will not be used by this skin selection
# as another object with the same name exists
continue
# Base_viewRelatedObjectList (used for proxy listbox ids on
# relation fields) is an exception, the proxy field has no target
# by default.
...
...
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