Sha256: 6ba05da9f735e54e48231012bc88b88bbd5b16946dd27f28a9e52f02b895c5ea

Contents?: true

Size: 797 Bytes

Versions: 8

Compression:

Stored size: 797 Bytes

Contents

Each time a new version of SugarCRM comes out, the following should be checked to see whether it is still an issue. Conditional code based on SugarCRM version can be added if SugarCRM patches buggy functionality.

The get_entries_count function does not work properly (always returns 0) if a condition on a custom (i.e. made with studio and ending in _c) is passed
When functionality is fixed in SugarCRM: add conditional code so InvalidAttribute exception is raised on ly when dealing with broken versions

get_entry_list function has a bug where, when :limit and :offset options are passed simultaneously, :limit is considered to be the smallest of the two, and :offset is the larger
When functionality is fixed in SugarCRM: update comment in find_by_sql to reflect the fix (code can stay as is)

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
sugarcrm_emp-0.10.5 WATCHLIST.rdoc
sugarcrm_emp-0.10.1 WATCHLIST.rdoc
sugarcrm_emp-0.10.0 WATCHLIST.rdoc
sugarcrm-0.9.18 WATCHLIST.rdoc
sugarcrm-0.9.17 ./WATCHLIST.rdoc
sugarcrm-0.9.16 ./WATCHLIST.rdoc
sugarcrm-0.9.15 ./WATCHLIST.rdoc
sugarcrm-0.9.14 ./WATCHLIST.rdoc