[progress Communities] [progress Openedge Abl] Forum Post: Re: Scripts In Kuib2

  • Thread starter Thread starter Ruben Dröge
  • Start date Start date
Status
Not open for further replies.
R

Ruben Dröge

Guest
Here is a list of items found that needed to be updated manually: Copy images to app/src/image. Copy custom sections files to app/src/modules/ / Move functions from view-factory.js to controller.public.js. Move rowTemplate function from view-factory.js to controller.public.js.. Move changeHandler was not migrated into controller.public.js. Change references to "_$ds" from "this.scope._$ds." to "this.$ds.". Change references to "_$ds" from "that.scope._$ds." to "that.$ds.". Change references from "this. " to "this.$components. ". Change references from "this.scope._$viewModels." to "this.$viewModels.". Change references from "that.scope._$viewModels." to "that.$viewModels.". Change references from "scope.listview.widget" to "this.$components.listview.widget". Change references from "dsService" to "this.$dsService". Copy styles/app folder to app/src/styles/app (this fixes validation messages showing in blank text instead of red text). Function calls function() to this.function(). Remove extra folders used in KUIB 1.1 projects but not in KUIB 2.0. resources (make a backup of any customizations) Remove start-web-app.bat -- command line access to the project is available via npm in the app/ folder. The old src/ folder used for extensions can be removed. The build-output/debug folder can be removed - it can be re-generated using the Publish option. Folder has a different structure in KUIB 2.0.

Continue reading...
 
Status
Not open for further replies.
Back
Top