Content
View differences
Updated by Eric Schubert about 1 year ago
We introduced a `AdminSettingsFormComponent` which automatically limits the width of settings pages, to be used like this:
```ruby
module WorkPackages
module Types
class SettingsComponent < AdminSettingsFormComponent
...
end
end
end
```
**Current usage**
This is currently used in:
* WorkPackages → Types → Settings
* WorkPackages → Types → FormConfiguration
**Acceptance**
This should also be used in other _administration pages_ where we already primerized the settings forms
* WorkPackages → Status
* WorkPackages → Priorities
* WorkPackages → ProgressTracking
* Projects → LifeCycle
* Projects → Attributes → Details
* Time&Costs → Defaults
* Time&Costs → Activities
* Files → Categories
* Custom Fields (only type hierarchy) -> Details
* Open:
* WorkPackages → Types → GeneratePDF
```ruby
module WorkPackages
module Types
class SettingsComponent < AdminSettingsFormComponent
...
end
end
end
```
**Current usage**
This is currently used in:
* WorkPackages → Types → Settings
* WorkPackages → Types → FormConfiguration
**Acceptance**
This should also be used in other _administration pages_ where we already primerized the settings forms
* WorkPackages → Status
* WorkPackages → Priorities
* WorkPackages → ProgressTracking
* Projects → LifeCycle
* Projects → Attributes → Details
* Time&Costs → Defaults
* Time&Costs → Activities
* Files → Categories
* Custom Fields (only type hierarchy) -> Details
* Open:
* WorkPackages → Types → GeneratePDF