Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/10029 #10558

Open
wants to merge 53 commits into
base: hotfix-7.13.x
Choose a base branch
from
Open

Commits on Dec 15, 2022

  1. Fix salesagility#9717 - Security Suite Record Group selector doesn't …

    …appear when duplicating records
    SinergiaCRM authored and mattlorimer committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e9501b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5377c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79238ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc9f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c900830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0c5cb View commit details
    Browse the repository at this point in the history
  7. ElasticSearch Indexing batch error handling

    Previously, the ElasticSearch Indexing would assume that if there were errors in a batch that all items in the batch had an error.  This fix only logs errors when an item actually has an error present.
    2xaronl authored and mattlorimer committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    29efb03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9bb48b View commit details
    Browse the repository at this point in the history
  9. Clear caches used by Inline Edition

    QuickCRM authored and mattlorimer committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0387edc View commit details
    Browse the repository at this point in the history
  10. Fix salesagility#9670 - Disabling the user profile option about notif…

    …ication of assignments does not work
    SinergiaCRM authored and mattlorimer committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7f610b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. FIX salesagility#9344 Error in Browsers console after adding tabs to …

    …Quickcreate: selectTabOnError
    
    Found that the name of the function selectTabOnError has been declared
    twice at the theme SuiteP
    
    If I change the definition of the function from let to var it does
    not throws the error on the javascript console.
    lukio authored and mattlorimer committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ba20ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. 1 Configuration menu
    Copy the full SHA
    c19f221 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    ce78d0f View commit details
    Browse the repository at this point in the history
  2. Closing count bracket before condition

    Count bracket is closed after relational operator it must be typo mistake done years ago
    before PHP 8.0 count() use to yield a warning but after PHP 8.0 count() will throw TypeError if countable types parameter is not passed, in this case Boolean value was feeding to count so it was throwing TypeError in PHP 8.0+
    rahulshinde19 authored and clemente-raposo committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    69f58e5 View commit details
    Browse the repository at this point in the history
  3. Fix salesagility#9750 - Receive related parameters of type dynamicen…

    …um in workflow formulas
    SinergiaCRM authored and clemente-raposo committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6ea6881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aefbf45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    327c589 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dfbbab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10c3be5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34216c2 View commit details
    Browse the repository at this point in the history
  9. Fix salesagility#9883 - Security Groups do not work with modules whos…

    …e name exceeds 36 characters.
    SinergiaCRM authored and clemente-raposo committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2b429d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf10f1d View commit details
    Browse the repository at this point in the history
  11. Fix salesagility#9914 - Update dashboard.scss for dashlet options ove…

    …rflow
    
    Prior to this change, overflow of the dashlet options popup div were set to hidden.  Now they are set to auto to allow scrollbars when content overflows.
    2xaronl authored and clemente-raposo committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5f0ac46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e198789 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    acab37f View commit details
    Browse the repository at this point in the history
  14. Update tinymce to 5.10.7

    clemente-raposo authored and jack7anderson7 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2d8add6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58433f2 View commit details
    Browse the repository at this point in the history
  16. Add new modules to unit tests

    - Fix failing Email test
    jack7anderson7 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a83a845 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    0805178 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. 1 Configuration menu
    Copy the full SHA
    34d2745 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix salesagility#9602 - ProspectLists save function has a duplication…

    … issue
    
    The save function is unnecessary and create a duplication of ater_save hooks on duplicate records
    eojedapilchik authored and jack7anderson7 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0a4c400 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    183801b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d854507 View commit details
    Browse the repository at this point in the history
  3. Fix salesagility#9875 SugarFeed shows 0 seconds ago and negative inte…

    …rval for certain datetime formats
    
    Use proper user datetime format to convert datetime string to timestamp in SugarFeed.php
    abuzarfaris authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f345fe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    616c5c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f6474 View commit details
    Browse the repository at this point in the history
  6. Fix salesagility#9817 - Typo

    gunnicom authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    460d871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2598487 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e45953 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1077ebb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfa576f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6e2d4c View commit details
    Browse the repository at this point in the history
  12. Fix salesagility#9621 -

    Workflows Calculate Field Actions don't translate dynamicenum fields
    SinergiaCRM authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e8aeed7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4f82c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b3a522 View commit details
    Browse the repository at this point in the history
  15. Fix salesagility#9476 - Mass assign security groups only assigns sele…

    …cted on current page
    
    Change how UID array is built in assignGroups
    JackBuchanan authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ef23047 View commit details
    Browse the repository at this point in the history
  16. Fix salesagility#9326 - Adding decimal and float case option for expo…

    …rt to use user-defined decimal separator
    SinergiaCRM authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    81eff41 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a3e5e4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    66e2a6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5485da8 View commit details
    Browse the repository at this point in the history
  20. Fix salesagility#10009 - Cannot configure Module Menu Filters on PHP8+

    Make object instead of calling function statically
    JackBuchanan authored and jack7anderson7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c7f5ea6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    4773d60 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    8c61ca4 View commit details
    Browse the repository at this point in the history