This bundle registers an EditorInterceptor that provides the current username to the editing bundle.
https://demos.conterra.de/mapapps/resources/apps/downloads_editing_usernameprocessor4/index.html
Requirements:
- map.apps 4.9.0 or later
Simply add the bundle "dn_editingusernameprocessor" to your app.
dn_editingusernameprocessor Documentation
Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).
Then run the following commands from the project root directory to start a local development server:
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps