From e5b32aa6b4819243859da3c2ce76ce1d3cbcc64d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 2 Jan 2017 13:35:20 -0500 Subject: [PATCH] Add TODO for confusing firstboot step id Update changelog. --- CHANGELOG.md | 1 + plinth/modules/first_boot/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae121901..34f306cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Changed - frontpage: Show app logos instead of generic icons. - Prevent anonymous users from accessing setup pages. +- Firstboot, KVStore: merge old firstboot state fields. ## [0.12.0] - 2016-12-08 ### Added diff --git a/plinth/modules/first_boot/__init__.py b/plinth/modules/first_boot/__init__.py index 76b7c419e..c9648c008 100644 --- a/plinth/modules/first_boot/__init__.py +++ b/plinth/modules/first_boot/__init__.py @@ -35,6 +35,7 @@ first_boot_steps = [ 'order': 0 }, { + # TODO: Rename this, or merge with 'firstboot_completed'. 'id': 'firstboot_complete', 'url': 'first_boot:complete', 'order': 10