Skip to content

#3455448 - Unified the methods in the "Reading Time" service to correctly...

#3455448 - Unified the methods in the "Reading Time" service to correctly calculate "Reading Time" both when selecting "words per minute" and "characters per minute". Made grammatical corrections and removed unnecessary methods

It was moved to get the "words_per_minute" value from the class that defines the "Field" to the calculateReadingTime() method in the ReadingTime service. This made it possible to remove the unnecessary method from the field class and ensure that values from the configurations are received in one place.

Closes #3455448

Merge request reports