-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Option to enable grouping and add multiple tasks to a row - rebase #528
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
base: master
Are you sure you want to change the base?
Conversation
8bd7849
to
ea4c406
Compare
Thanks! Can you please add screenshots? |
Do you want screenshots to included in this PR? Or are they for the README? |
When will this be merged into the main branch? |
I would like to merge these changes. I am just waiting on approval from someone with write access. |
Can this be approved so it can be merged? |
There is an issue with this in Safari... Gantt won't load when grouping:true The following error is caught from line 24 of frappe-gantt.umd.js: Works fine in Chrome and Firefox |
@stonesoft-tech The use of |
Sure thing. Will test later tonight. Thanks! |
This is working on Safari. Thanks. It looks like the Scroll to Today is not functioning though in Safari. It scrolls to the beginning of the chart... No errors in the console. |
Do you know if the error with "Scoll to Today" is due to the changes in the MR? I don't know what changes could have been introduced to cause this to stop working. |
No because it wouldn't load at all before the MR. I will test on the original build (without grouping) and create a new issue. |
Hey team, will this PR be merged? 😄 |
Hey @calebeaires - I'm not actively working on Gantt right now - when I get back to it (probably next month), I'll review and merge. |
@stephenjmaher this PR seems to be broken in a couple places (for example, you can't drag or edit anything but the first bar in a group) :(. |
Sorry @safwansamsudeen, It was an error in the example html. The tasks in the same group had the same ID. The example has been updated now. Were there any other errors that you found? |
I came across #448 and thought the feature would be of value. I have rebased the changes from @iaminamcom to bring it up to date with the current master.