Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crm_java_search
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_server
crm_java_search
Commits
1c78b240
Commit
1c78b240
authored
6 years ago
by
dongfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix class name error
parent
b237ce49
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Gemfile.lock
+1
-1
lib/crm_java_search/checkers/api_check_service.rb
+1
-1
lib/crm_java_search/checkers/base_checker.rb
+1
-1
lib/crm_java_search/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
1c78b240
PATH
remote: .
specs:
crm_java_search (0.3.
1
)
crm_java_search (0.3.
2
)
GEM
remote: https://rubygems.org/
...
...
This diff is collapsed.
Click to expand it.
lib/crm_java_search/checkers/api_check_service.rb
View file @
1c78b240
...
...
@@ -41,7 +41,7 @@ module CrmJavaSearch
_proc
.
call
(
custom_field
)
if
block_given?
return
raise
EntityDuplicateError
.
new
(
message
)
return
raise
::
EntityDuplicateError
.
new
(
message
)
end
end
end
...
...
This diff is collapsed.
Click to expand it.
lib/crm_java_search/checkers/base_checker.rb
View file @
1c78b240
...
...
@@ -55,7 +55,7 @@ module CrmJavaSearch
end
def
cross_field_from_setting
RelationDuplicate
::
RelationService
.
new
(
@organization
).
send
(
"
#{
@entity
.
class
.
name
.
underscore
}
_cross"
)[
@custom_field
.
name
]
::
RelationDuplicate
::
RelationService
.
new
(
@organization
).
send
(
"
#{
@entity
.
class
.
name
.
underscore
}
_cross"
)[
@custom_field
.
name
]
end
def
get_cross_fields
...
...
This diff is collapsed.
Click to expand it.
lib/crm_java_search/version.rb
View file @
1c78b240
module
CrmJavaSearch
VERSION
=
"0.3.
1
"
VERSION
=
"0.3.
2
"
end
This diff is collapsed.
Click to expand it.
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