ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 12 forks source link

field lock for event visibility #980

Closed mikesndrs closed 3 months ago

mikesndrs commented 3 months ago

Summary of changes Field lock for visibility

Motivation and context Prevent scraper from reenabling events every night

Checklist

fbacall commented 3 months ago

How is the scraper changing the visibility?

I would assume that this field is not something the scraper could ever set

mikesndrs commented 3 months ago

How is the scraper changing the visibility?

I would assume that this field is not something the scraper could ever set

It has a default value of true and the scraper makes a new object so it gets that as input. Not sure if I am understanding you correctly. Is there a better way to disable the scraper from changing certain fields?