Conversation
… with escape when text editing is active
…end of the list when no specific row is selected
…arted work on new view for html form editing; extended html form list view
…allow moving table rows up and down and table columns left and right
…tor and the process user task editor
…rent value; Fixed: Local Tasks cannot be submitted
…tings to activate/deactivate it
…; Repositioned the Tasks Entry below the Processes entry; Grouped the Form List as a child of the Tasklist
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…sklist page; Added settings to allow a space admin to control the interval in which tasks are polled
This comment has been minimized.
This comment has been minimized.
|
✅ Successfully created Preview Deployment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Made the MS tasklist update its data continuously instead of only getting new data when the page is refreshed.
Added a hint to the MS sidebar that shows a user that they have open tasks
Details
added a hook that continuously fetches the latest data for user tasks and exposes them to the context it is used in alongside functions to interact with the respective user tasks (submitting, updating intermediate states,...)
added a way to order the entries in the MS sidebar in a way that does not follow the order in which they are added to allow entries added in the client layout to come before the ones added in the backend layout
added a badge in the sidebar entry of the tasklist that is displayed when a user has open tasks and shows the number of the open tasks the user has
made unassigned tasks not being hidden in personal spaces by default like they are in organizational spaces
Fixed: file extensions with multiple segments for instance files are not saved correctly in the engine since only the part after the last dot is saved (e.g.
[...].tar.gz=>[...].gz)Fixed: submitting files even ones smaller than 2MB in the tasklist of the MS will lead to errors that the file size exceeds 2MB
Fixed: if a user task is submitted quickly after some input was changed the timeout for the change to be commited to the engine might trigger the change to run after the user task has already been closed