Search results

  1. Brad Veryard

    Jira Integration - What can we do with this?

    Hi Paul, With the Jira Integration you'll be able to do any of the follow listed on this site. The Jira Cloud platform REST API (atlassian.com) Note: Jira recently changed the way their apps work and we've had to apply for our app to be manually approved via Jira. For the time being the...
  2. Brad Veryard

    new Date() for timezones

    Hey Grantham, I've had a look into this and it looks like the runtime for processes doesn't understand the .toLocalString, i'll raise this internally and hopefully we can get this resolved soon. In the meantime, I managed to get this script to output the time in a timezone although it returns...
  3. Brad Veryard

    Request Right Click run relevant Schedule

    Afternoon Paul, You'll be able to see this change reflected in the next push to EA within the coming week! Thanks.
  4. Brad Veryard

    Implemented URL path displayed and ready to copy for the application screens page in the gateway

    Hey Grantham, How does this look? Names the content of the screen and links to it aswell. Thanks.
  5. Brad Veryard

    Implemented URL path displayed and ready to copy for the application screens page in the gateway

    Hey Grantham, are you able to explain a bit more? I'm not sure how a single workview is related to a single screen unless it's displaying the workview as the page content?
  6. Brad Veryard

    Implemented Ability to Expand and Contract Instruction Directory menu options

    Hey Grantham, How does this look? Will be available in the next update! Thanks.
  7. Brad Veryard

    Implemented Ability to Expand and Contract Instruction Directory menu options

    Hey Paul! I have started development on improving the Instructions Dictionary and have included the ability to expand/collapse the sections as well as the search functionality suggested by @Grantham Good (Will be available in the next update!)
  8. Brad Veryard

    Implemented URL path displayed and ready to copy for the application screens page in the gateway

    Hey Grantham. Love the idea, have mocked up the following! You can click the clipboard icon to copy the full URL so you can paste in a new tab. (Will be available in the next update) As for the export to excel, I will have a talk with Ben and see what we can do. Thanks, Brad.
  9. Brad Veryard

    Implemented Preview pane in set editor with scroll

    Hey Grantham! Thanks for the feedback, in the next update the modal will include a scrollbar and the modal will not extend past the viewport. Thanks.
  10. Brad Veryard

    Implemented Cut and paste to a Set Editor

    Hey Grantham, We've prioritised this and it will be in the next release, it'll include: Copy Set Instructions Paste Set Instructions Paste Elements from Excel (Hierarchy Support) Thanks.
  11. Brad Veryard

    Implemented email for contributors in an App to be displayed

    Afternoon Grantham, As of the most recent update we've implemented this. Thanks!
  12. Brad Veryard

    Implemented email for contributors in an App to be displayed

    Hello Grantham, This should be a quick one to implement i'll work on getting this out in the next update. Thanks.
  13. Brad Veryard

    Implemented Refreshing with the Excel add in

    Hi Jason, This functionality will be in the next update of the Excel Add-in. We'll try get through our testing to release it by Friday 27th. Kind Regards, Brad
  14. Brad Veryard

    Plugin - Table Editor

    Plugin - Table Editor Open source drag and drop plugin used to extend MODLRs capabilities. Installation Create a new Custom HTML Page, name it something cool. Paste the contents from `src/plugin.html`. Create a new Serverside Page, name it `Server`. Paste the contents from `src/server.js`...