Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin-telecom
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
Paul Graydon
wendelin-telecom
Commits
ae9e1f5e
Commit
ae9e1f5e
authored
Mar 05, 2025
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin_telecom_test: Add Data Array Line permission checking
parent
dc415f1a
Pipeline
#40198
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
bt5/wendelin_telecom_test/TestTemplateItem/portal_components/test.erp5.testWendelinTelecom.py
...teItem/portal_components/test.erp5.testWendelinTelecom.py
+12
-3
No files found.
bt5/wendelin_telecom_test/TestTemplateItem/portal_components/test.erp5.testWendelinTelecom.py
View file @
ae9e1f5e
...
...
@@ -462,6 +462,15 @@ class WendelinTelecomTest(SecurityTestCase):
False
,
False
)
for
data_array_line
in
data_array
\
.
contentValues
(
portal_type
=
'Data Array Line'
):
self
.
checkDocumentPermissions
(
user
,
data_array_line
,
user_is_admin
or
same_project
,
False
,
False
)
# Only an administrator can view a Progress Indicator (for management actions)
self
.
checkDocumentPermissions
(
...
...
@@ -2342,15 +2351,15 @@ class WendelinTelecomTest(SecurityTestCase):
# Perform ingestions for all three ORSs
ingestion_a_item_dict
=
self
.
getOrsLogIngestionItems
(
self
.
test_ors_example_log_
empty
,
self
.
test_ors_example_log_
valid
,
ors_a_tag
)
ingestion_b_item_dict
=
self
.
getOrsLogIngestionItems
(
self
.
test_ors_example_log_
empty
,
self
.
test_ors_example_log_
valid
,
ors_b_tag
)
ingestion_n_item_dict
=
self
.
getOrsLogIngestionItems
(
self
.
test_ors_example_log_
empty
,
self
.
test_ors_example_log_
valid
,
ors_n_tag
)
...
...
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