Skip to content

Conversation

@kathyavini
Copy link
Collaborator

@kathyavini kathyavini commented Jan 24, 2026

Description

Description forthcoming...

Jira link: https://lite-farm.atlassian.net/browse/LF-5124

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Passes test case
  • UI components visually reviewed on desktop view
  • UI components visually reviewed on mobile view
  • Other (please explain)

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The precommit and linting ran successfully
  • I have added or updated language tags for text that's part of the UI
  • I have ordered translation keys alphabetically (optional: run pnpm i18n to help with this)
  • I have added the GNU General Public License to all new files

…ide_hourly_wage

override_hourly_wage was saved in the database entry for the task but never read again by the frontend; I'm assuming this was unintentional?
@kathyavini kathyavini self-assigned this Jan 24, 2026
@kathyavini kathyavini force-pushed the LF-5124-remove-the-ability-to-set-an-hourly-wage-from-the-task-flows branch from 67f4745 to 93f9518 Compare January 24, 2026 00:15
…ntend

This should complete the missing frontend <--> backend communication around override_hourly_wage and the wage override
…restore controller return

wage_at_moment null is actually the correct value until task completion if override_hourly_wage is false
The other grabCurrencySymbol is marked deprecated
@kathyavini kathyavini added enhancement New feature or request new translations New translations to be sent to CrowdIn are present labels Jan 27, 2026
@kathyavini kathyavini requested a review from SayakaOno January 29, 2026 22:09
try {
const irrigationTaskTypes =
await IrrigationTypesModel.getAllIrrigationTaskTypesByFarmId(farm_id);
const irrigationTaskTypes = await IrrigationTypesModel.getAllIrrigationTaskTypesByFarmId(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the diff immediately below are precommit linting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request new translations New translations to be sent to CrowdIn are present

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants