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
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
Binh
erp5
Commits
b2123e0e
Commit
b2123e0e
authored
Nov 20, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oauth_google_login: BT definition fixes
unused variable in the test, manual editions and missing metadata
parent
cd2a8367
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_oauth_google_login/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+1
-1
bt5/erp5_oauth_google_login/TestTemplateItem/portal_components/test.erp5.testGoogleLogin.py
...mplateItem/portal_components/test.erp5.testGoogleLogin.py
+0
-1
bt5/erp5_oauth_google_login/bt/template_action_path_list
bt5/erp5_oauth_google_login/bt/template_action_path_list
+1
-1
bt5/erp5_oauth_google_login/bt/template_portal_type_property_sheet_list
..._google_login/bt/template_portal_type_property_sheet_list
+1
-1
bt5/erp5_oauth_google_login/bt/template_property_sheet_id_list
...rp5_oauth_google_login/bt/template_property_sheet_id_list
+1
-0
No files found.
bt5/erp5_oauth_google_login/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
b2123e0e
...
@@ -5,4 +5,4 @@
...
@@ -5,4 +5,4 @@
<portal_type
id=
"Template Tool"
>
<portal_type
id=
"Template Tool"
>
<item>
TemplateToolERP5GoogleExtractionPluginConstraint
</item>
<item>
TemplateToolERP5GoogleExtractionPluginConstraint
</item>
</portal_type>
</portal_type>
</property_sheet_list>
</property_sheet_list>
\ No newline at end of file
bt5/erp5_oauth_google_login/TestTemplateItem/portal_components/test.erp5.testGoogleLogin.py
View file @
b2123e0e
...
@@ -111,7 +111,6 @@ class TestGoogleLogin(ERP5TypeTestCase):
...
@@ -111,7 +111,6 @@ class TestGoogleLogin(ERP5TypeTestCase):
GoogleLoginUtility
.
getUserEntry
=
getUserEntry
GoogleLoginUtility
.
getUserEntry
=
getUserEntry
self
.
dummy_connector_id
=
"test_google_connector"
self
.
dummy_connector_id
=
"test_google_connector"
person_module
=
self
.
portal
.
person_module
portal_catalog
=
self
.
portal
.
portal_catalog
portal_catalog
=
self
.
portal
.
portal_catalog
for
obj
in
portal_catalog
(
portal_type
=
[
"Google Login"
,
"Person"
],
for
obj
in
portal_catalog
(
portal_type
=
[
"Google Login"
,
"Person"
],
reference
=
getUserId
(
None
),
reference
=
getUserId
(
None
),
...
...
bt5/erp5_oauth_google_login/bt/template_action_path_list
View file @
b2123e0e
Google Connector | view
Google Connector | view
Google Login | view
Google Login | view
\ No newline at end of file
bt5/erp5_oauth_google_login/bt/template_portal_type_property_sheet_list
View file @
b2123e0e
Google Connector | OAuthClient
Google Connector | OAuthClient
Template Tool | TemplateToolERP5GoogleExtractionPluginConstraint
Template Tool | TemplateToolERP5GoogleExtractionPluginConstraint
\ No newline at end of file
bt5/erp5_oauth_google_login/bt/template_property_sheet_id_list
0 → 100644
View file @
b2123e0e
TemplateToolERP5GoogleExtractionPluginConstraint
\ No newline at end of file
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