fat_free_crm
fat_free_crm copied to clipboard
Import xls files
Remove deprecation warnings: Fix #888
Add Import xls and xlsx files feature.
I'm happy to merge 1d6e840d4c88ebc0bf4c8380a3a7bf7eb4d4fe15 if its fixing deprecation warnings (which ones?); but you might want to cherry pick to a specific branch rather than master.
I'm happy to merge 1d6e840 if its fixing deprecation warnings (which ones?); but you might want to cherry pick to a specific branch rather than master.
This is the deprecation warning: https://github.com/fatfreecrm/fat_free_crm/issues/888
Which branch should I cherry pick instead of master ?
@luilver Try something like
git remote add upstream [email protected]:fatfreecrm/fat_free_crm.git
git fetch upstream
git checkout upstream/master
git checkout -b fix-deprecation
git cherry-pick 1d6e840
git push origin fix-deprecation
and that should give you just that change on an isolated branch as a PR.
Any news on this interesting feature ? I need it for one of my projects. Thks for this wonderfull project.