Rogerio Pontual

Results 14 issues of Rogerio Pontual

## Validation Steps 1. Open the job inspector 3. Create a work order 4. It shows the log without TabSelector errors after the run is started. ## Notes for the...

## Validation Steps i) Register a new user ii) Create a new user via super user UI ii) Create a new project via super user UI ## Notes for the...

Lightning already has `UserRegistered` and `ProjectCreated` events but some entities are expected to be inserted on the same database transactions. Needed by https://github.com/OpenFn/lightning/issues/1969 to allow additional operations when Lightning endpoint...

Building Lighting from an umbrella app gives this error on `$ mix tailwind default --minify`: ``` Error: Failed to find '../../deps/petal_components/assets/default.css' in [ /home/rogerio/Workspace/openfn/umbrella/apps/lightning/assets/css ] at /snapshot/tailwindcss/node_modules/postcss-import/lib/resolve-id.js:35:13 at async LazyResult.runAsync...

bug

On the history page, the typed word/text on the search box is deleted when the user selects to filter by inputs **Version number** v2.2.1 I have reproduced this locally on...

bug

The filter is not preserved when navigating back from input dataclip page to the history page. **Version number** v2.2.1 I have reproduced this locally on main: - [x] Yes -...

bug

- `UserRegistered` to be published within a topic for all users when a new user is registered. - `RunCreated` for retries of manual runs (job inspector and history page)

feature enhancement
Launch MVP

## Validation Steps Feature tests available on umbrella app. Regression tests: 1. Run Lightning. 2. Select user profile on upper right corner. The menu items on the left should be...

Umbrella apps might want to customize the menu items and currently they are static. On `LightningWeb.LayoutComponents/menu_items/1` this can be safely done preserving the default menu items whenever custom ones are...