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
02be4626
Commit
02be4626
authored
Oct 24, 2011
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make telephone field searchable in person_module view and organisation_module view.
parent
d6fb0dea
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
617 additions
and
18 deletions
+617
-18
bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_child_telephone.catalog_keys.xml
...5_mysql_innodb/z_related_child_telephone.catalog_keys.xml
+2
-0
bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_child_telephone.xml
...l_catalog/erp5_mysql_innodb/z_related_child_telephone.xml
+43
-0
bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
...5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
+1
-0
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList.xml
...ins/erp5_base/OrganisationModule_viewOrganisationList.xml
+1
-0
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList/listbox.xml
..._base/OrganisationModule_viewOrganisationList/listbox.xml
+6
-2
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList/listbox_child_telephone_SearchableText.xml
...ganisationList/listbox_child_telephone_SearchableText.xml
+275
-0
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList.xml
...em/portal_skins/erp5_base/PersonModule_viewPersonList.xml
+1
-0
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList/listbox.xml
...l_skins/erp5_base/PersonModule_viewPersonList/listbox.xml
+6
-14
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList/listbox_child_telephone_SearchableText.xml
...viewPersonList/listbox_child_telephone_SearchableText.xml
+275
-0
bt5/erp5_base/bt/change_log
bt5/erp5_base/bt/change_log
+3
-0
bt5/erp5_base/bt/revision
bt5/erp5_base/bt/revision
+1
-1
bt5/erp5_base/bt/template_catalog_method_id_list
bt5/erp5_base/bt/template_catalog_method_id_list
+1
-0
bt5/erp5_base/bt/template_catalog_related_key_list
bt5/erp5_base/bt/template_catalog_related_key_list
+2
-1
No files found.
bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_child_telephone.catalog_keys.xml
0 → 100644
View file @
02be4626
<catalog_method>
</catalog_method>
bt5/erp5_base/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_related_child_telephone.xml
0 → 100644
View file @
02be4626
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"SQL"
module=
"Products.ZSQLMethods.SQL"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
arguments_src
</string>
</key>
<value>
<string>
table_0\r\n
table_1
</string>
</value>
</item>
<item>
<key>
<string>
connection_id
</string>
</key>
<value>
<string>
erp5_sql_connection
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
z_related_child_telephone
</string>
</value>
</item>
<item>
<key>
<string>
src
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
<dtml-comment>
\n
table_0 : catalog as child\n
table_1 : telephone as telephone\n
</dtml-comment>
\n
catalog.uid =
<dtml-var
table_0
>
.parent_uid\n
AND
<dtml-var
table_0
>
.portal_type = \'Telephone\'\n
AND
<dtml-var
table_0
>
.uid =
<dtml-var
table_1
>
.uid
]]>
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_base/CatalogRelatedKeyTemplateItem/related_key_list.xml
View file @
02be4626
<key_list>
<key>
child_address_SearchableText | catalog,full_text/SearchableText/z_related_child_address
</key>
<key>
child_telephone_SearchableText | catalog,full_text/SearchableText/z_related_child_telephone
</key>
<key>
default_email_text | catalog,email/url_string/z_related_default_email
</key>
<key>
destination_person_title | category,catalog/title/z_related_destination_person
</key>
<key>
owner_title | catalog/title/z_related_owner_title
</key>
...
...
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList.xml
View file @
02be4626
...
...
@@ -71,6 +71,7 @@
<value>
<list>
<string>
listbox_child_address_SearchableText
</string>
<string>
listbox_child_telephone_SearchableText
</string>
</list>
</value>
</item>
...
...
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList/listbox.xml
View file @
02be4626
...
...
@@ -170,7 +170,7 @@
<string>
Activity
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
...
...
@@ -258,6 +258,10 @@
<string>
title
</string>
<string>
Name
</string>
</tuple>
<tuple>
<string>
child_telephone_SearchableText
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
<string>
default_email_text
</string>
<string>
Email
</string>
...
...
@@ -325,7 +329,7 @@
<string>
Entity_getDefaultEmailAsURL
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Entity_getDefaultTelephoneAsURL
</string>
</tuple>
</list>
...
...
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/OrganisationModule_viewOrganisationList/listbox_child_telephone_SearchableText.xml
0 → 100644
View file @
02be4626
This diff is collapsed.
Click to expand it.
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList.xml
View file @
02be4626
...
...
@@ -71,6 +71,7 @@
<value>
<list>
<string>
listbox_child_address_SearchableText
</string>
<string>
listbox_child_telephone_SearchableText
</string>
</list>
</value>
</item>
...
...
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList/listbox.xml
View file @
02be4626
...
...
@@ -183,7 +183,7 @@
<string>
Role
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
...
...
@@ -303,7 +303,7 @@ Role & Region
<string>
Email
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
...
...
@@ -326,10 +326,6 @@ Role & Region
<string>
translated_validation_state_title
</string>
<string>
State
</string>
</tuple>
<tuple>
<string>
default_telephone_text
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
<string>
default_email_text
</string>
<string>
Email
</string>
...
...
@@ -389,7 +385,7 @@ Role & Region
<string>
Email
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
...
...
@@ -412,17 +408,13 @@ Role & Region
<string>
translated_validation_state_title
</string>
<string>
State
</string>
</tuple>
<tuple>
<string>
default_telephone_text
</string>
<string>
Telephone
</string>
</tuple>
<tuple>
<string>
default_email_text
</string>
<string>
Email
</string>
</tuple>
<tuple>
<string>
default_address_t
ext
</string>
<string>
Address
</string>
<string>
child_address_SearchableT
ext
</string>
<string>
Address
(Full Text)
</string>
</tuple>
<tuple>
<string>
reference
</string>
...
...
@@ -452,7 +444,7 @@ Role & Region
<string>
Entity_getDefaultEmailAsURL
</string>
</tuple>
<tuple>
<string>
default_telephone_t
ext
</string>
<string>
child_telephone_SearchableT
ext
</string>
<string>
Entity_getDefaultTelephoneAsURL
</string>
</tuple>
</list>
...
...
bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/PersonModule_viewPersonList/listbox_child_telephone_SearchableText.xml
0 → 100644
View file @
02be4626
This diff is collapsed.
Click to expand it.
bt5/erp5_base/bt/change_log
View file @
02be4626
2011-10-24 Kazuhiko
* make telephone field searchable in person_module view and organisation_module view.
2011-07-01 yusei
* Set proper title to interaction workflow.
...
...
bt5/erp5_base/bt/revision
View file @
02be4626
998
\ No newline at end of file
999
\ No newline at end of file
bt5/erp5_base/bt/template_catalog_method_id_list
View file @
02be4626
erp5_mysql_innodb/z_related_child_address
erp5_mysql_innodb/z_related_child_telephone
erp5_mysql_innodb/z_related_default_email
erp5_mysql_innodb/z_related_destination_person
erp5_mysql_innodb/z_related_owner_title
...
...
bt5/erp5_base/bt/template_catalog_related_key_list
View file @
02be4626
...
...
@@ -4,4 +4,5 @@ destination_person_title | category,catalog/title/z_related_destination_person
default_email_text | catalog,email/url_string/z_related_default_email
related_resource_use_uid | category,category,catalog,catalog/uid/z_related_resource_use
owner_title | catalog/title/z_related_owner_title
child_address_SearchableText | catalog,full_text/SearchableText/z_related_child_address
\ No newline at end of file
child_address_SearchableText | catalog,full_text/SearchableText/z_related_child_address
child_telephone_SearchableText | catalog,full_text/SearchableText/z_related_child_telephone
\ 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