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

Changes for inline edit date/datetime #5526 #6669

Merged
merged 1 commit into from Jun 10, 2020

Conversation

gitbnw
Copy link
Contributor

@gitbnw gitbnw commented Dec 19, 2018

Fixes my attempt to fix issue #5526

Description

The inline editing of date fields was still not displaying a value after an edit.

I believe the cause was php datetime format function would incur a fatal error when attempting to format a date value with a datetime string. So I split the formatting depending on the field type.

Motivation and Context

How To Test This

Use inline editing for any date or datetime field and see if the correct value displays after saving.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

@gitbnw gitbnw changed the title Changes for inline edit date/datetime Changes for inline edit date/datetime #5526 Dec 19, 2018
@codecov-io
Copy link

Codecov Report

Merging #6669 into hotfix will increase coverage by <.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           hotfix    #6669      +/-   ##
==========================================
+ Coverage    7.28%    7.28%   +<.01%     
==========================================
  Files        3729     3729              
  Lines      385999   385998       -1     
==========================================
  Hits        28122    28122              
+ Misses     357877   357876       -1

@Dillon-Brown Dillon-Brown added the PR:Community Contribution These are contribution made by the community label Dec 27, 2018
@Mac-Rae
Copy link
Contributor

Mac-Rae commented Aug 5, 2019

Please rebase this pull request onto hotfix-7.10.x as the hotfix branch is now specifically for 7.11.x issues.

Please take a look at our contribution guidelines for more information.

@Mac-Rae Mac-Rae added the PR:Wrong Branch Pull requests that point towards a restricted branch such as master label Aug 5, 2019
@mattlorimer mattlorimer removed the PR:Wrong Branch Pull requests that point towards a restricted branch such as master label Jun 9, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #6669 into hotfix will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             hotfix    #6669   +/-   ##
=========================================
  Coverage     11.45%   11.45%           
  Complexity    41635    41635           
=========================================
  Files          3292     3292           
  Lines        245846   245841    -5     
=========================================
  Hits          28169    28169           
+ Misses       217677   217672    -5     

@mattlorimer mattlorimer merged commit 1852204 into salesagility:hotfix Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR:Community Contribution These are contribution made by the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants