fmn icon indicating copy to clipboard operation
fmn copied to clipboard

[RFE] Provide "all applications" to rules creation

Open mattiaverga opened this issue 1 year ago • 13 comments

On creating a new rule (for example for "My Events" or "My artifacts") I would like to select "all applications", so in future when new apps are added I don't have to remember to update my rule.

mattiaverga avatar Apr 24 '23 17:04 mattiaverga

Ah, if you don't select any applications, it will disable the filter and do what you want. That's probably not clear enough.

abompard avatar Apr 24 '23 20:04 abompard

Hi there! Can I get assigned this task? I’ll like to work on it.

Precious000 avatar Mar 10 '24 21:03 Precious000

@Precious000 If my records are correct, you have been assigned to #987. Would you prefer to work on this one?

abompard avatar Mar 11 '24 07:03 abompard

@abompard Yes please. Thank you!

Precious000 avatar Mar 11 '24 07:03 Precious000

Better still, I’ll maintain the previous one, thanks a bunch boss!

Precious000 avatar Mar 11 '24 08:03 Precious000

@abompard can I get assigned this task?

RuthM-K avatar Mar 12 '24 10:03 RuthM-K

@RuthM-K done, have at it! :-)

abompard avatar Mar 15 '24 11:03 abompard

Thank you, On it!

RuthM-K avatar Mar 15 '24 11:03 RuthM-K

@abompard When I cloned the repo, some modules were not found How do I resolve the errors? Again, the application does not run when I npm run dev. npm install is not working as well fedora Not sure if the attached shows the image

RuthM-K avatar Mar 19 '24 10:03 RuthM-K

What does npm install say?

abompard avatar Mar 19 '24 16:03 abompard

npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/ruth/Fedora/fmn/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/ruth/Fedora/fmn/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: /home/ruth/.npm/_logs/2024-03-19T16_07_23_694Z-debug-0.log

That is the error

RuthM-K avatar Mar 19 '24 16:03 RuthM-K

Any guidance? @abompard

RuthM-K avatar Mar 22 '24 10:03 RuthM-K

Yeah you need to run the npm install in the "frontend" directory.

abompard avatar Mar 22 '24 14:03 abompard