oliverdavies.uk/source/_daily_emails/2023-08-03.md

20 lines
706 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-02-07 20:01:19 +00:00
What problem are we trying to solve?
2024-01-03 20:00:00 +00:00
pubDate: 2023-08-03
permalink: >-
2024-02-07 20:01:19 +00:00
archive/2023/08/03/what-problem-are-we-trying-to-solve
2024-01-03 20:00:00 +00:00
tags:
2024-02-07 20:01:19 +00:00
- drupal
2024-01-03 20:00:00 +00:00
---
The Override Node Options module that I said yesterday is used on 35,000 websites isn't a complicated module.
It doesn't add a lot of features.
It solves a problem by adding additional permissions to Drupal that site administrators can assign to user roles and not need to give a more global permission like "administer nodes".
The problem being solved is allowing users to set node options, like the created date or published status, in a secure way.
If it wasn't solving a problem, it wouldn't be used on 35,000 Drupal websites.