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

Add group info to GroupSummary renderer #1897

Closed
SergeyMaltsev opened this issue Nov 18, 2020 · 0 comments
Closed

Add group info to GroupSummary renderer #1897

SergeyMaltsev opened this issue Nov 18, 2020 · 0 comments
Assignees
Labels
feature request forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@SergeyMaltsev
Copy link
Contributor

SergeyMaltsev commented Nov 18, 2020

Forum post

       /**
         * Renderer function for a single time axis tick in a group summary row.
         * Should calculate a sum and return a html result
         * @param {Date} startDate Tick start date
         * @param {Date} endDate Tick end date
         * @param {Scheduler.model.EventModel[]} events Events which belong to the group
         * @param {Scheduler.model.ResourceModel[]} resources Resources which belong to the group
         * @param {Scheduler.data.EventStore} eventStore Event store
         * @param {Scheduler.data.ResourceStore} resourceStore Resource store
         * @param {Core.data.Model} groupRecord Current groups header row record
         * @param {String} groupField Current groups field name
         * @param {String} groupValue Current groups value
         * @returns {String} Html content
         * @config {Function}
         */
@SergeyMaltsev SergeyMaltsev self-assigned this Nov 18, 2020
@SergeyMaltsev SergeyMaltsev added in progress ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Nov 18, 2020
@SergeyMaltsev SergeyMaltsev added this to the 4.0.4 milestone Nov 18, 2020
@SergeyMaltsev SergeyMaltsev added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

1 participant