Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public class OccupationLicenceDetailsWales {
@CCD(
typeOverride = TextArea,
label = "Give details about what type of occupation contract or licence is in place",
hint = "You can enter up to 500 characters"
hint = "You can enter up to 500 characters",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

max = 500 ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Now updated

access = {CitizenAccess.class},
max = 500
)
private String otherLicenceTypeDetails;

Expand Down
Loading